.. _auto_curves_lower_bound: *COMPUTE THE LOWER BOUND FOR A SET OF CURVES* ============================================= Computes the element-wise lower bound (minimum envelope) across a set of input curves, returning a single bounding curve. Use this worker when you need to extract the worst-case minimum response from a family of curves, such as corridor checks or scatter-band analysis. When to use ----------- Classification: **process**. Tagged: ``corridor``, ``curve_group``, ``envelope``, ``lower_bound``, ``min_envelope``, ``scatter_band``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Curves To Be Bound - curvestobebound - vector - — - - Collection of two or more curves (vector type, multi-select) over which the element-wise minimum is computed; leave empty only if downstream logic supplies the curve group dynamically. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - curves_lower_bound_output_1 - curves_lower_bound_output_1 - vector - Single output curve representing the element-wise lower bound (minimum envelope) of all input curves, sharing the same x-axis discretisation 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_lower_bound `_ .. raw:: html

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