MAX OF ALL CURVES¶
Computes the element-wise statistical mode across a collection of curves, returning a single curve whose y-values represent the most frequently occurring value at each x position. Optionally synchronises x-axes before the operation and supports cylindrical coordinates. Use this worker when you need the modal envelope of an ensemble of curves.
When to use¶
Classification: process.
Tagged: curve_aggregate, curves, cylindrical_coords, ensemble, mode, sync_x, transformations.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curves | curves | vector | — | Collection of input curves (vector type, multiple allowed) over which the element-wise mode is computed; leave empty only if downstream logic handles a null set. | |
| Sync X | sync_x | string | no | Whether to resample all curves onto a common x-axis before computing the mode (‘yes’) or assume they already share the same x grid (‘no’, default); set to ‘yes’ when input curves have differing x discretisations. | |
| Use Cylindrical Coords | use_cylindrical_coord | string | no | Whether to interpret and process curve data in cylindrical coordinates (‘yes’) rather than Cartesian (‘no’, default); set to ‘yes’ when the curves represent radial/angular quantities. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curves_mode_all_output_1 | curves_mode_all_output_1 | vector | Single output curve whose y-values are the element-wise statistical mode of all input curves at each (synchronised) x position. |
Disciplines¶
- data.curve.pair
- data.curve.transform
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_mode
Auto-generated from transformation schema. Worker id: curves_mode. Schema hash: 29fe5dfdb574. Hand-curated docs in workerexamples/ override this page when present.