COMPUTE THE UPPER BOUND FOR A SET OF CURVES

Computes the element-wise upper bound (maximum envelope) across a set of input curves, returning a single bounding curve. Use this worker when you need to extract the worst-case or maximum response from a group of curves.

When to use

Classification: process.

Tagged: curve_group, envelope, max_envelope, transformation, upper_bound.

Inputs

Label ID Type Default Required Description
Curves To Be Bound curvestobebound vector   Collection of curves over which the element-wise upper bound (maximum envelope) will be computed; accepts one or more curves in vector format.

Outputs

Label ID Type Description
curves_upper_bound_output_1 curves_upper_bound_output_1 vector Single output curve representing the element-wise maximum (upper bound envelope) across all input curves, in the same units and x-axis as the inputs.

Disciplines

  • data.curve.pair

Runnable example

A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_upper_bound


Auto-generated from transformation schema. Worker id: curves_upper_bound. Schema hash: d41f37123a1c. Hand-curated docs in workerexamples/ override this page when present.