.. _auto_curves_bound_smooth: *COMPUTE THE AVERAGE OF THE BOUNDED CURVE* ========================================== Computes the average (bound-smooth) of a group of input curves, collapsing the curve collection into a single representative mean curve. Use this worker when you need a smoothed central tendency across multiple time-history or XY curves. When to use ----------- Classification: **process**. Tagged: ``bound_smooth``, ``curve_average``, ``curve_group``, ``mean_curve``, ``smoothing``, ``transformations``. 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 XY/time-history curves to be averaged and smoothed together; accepts multiple curve objects (vector type). Leave empty/optional if no curves are available — the worker will return no output. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - curves_bound_smooth_output_1 - curves_bound_smooth_output_1 - vector - Single output curve representing the bound-smooth average of all input curves; shares the same X-axis domain as the inputs and returns Y-values as the computed mean at each point. Disciplines ----------- - data.curve.pair - data.curve.transform - data.signal_processing Runnable example ---------------- A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: `/api/workflow/example?id=curves_bound_smooth `_ .. raw:: html

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