CURVES STATS¶
Computes descriptive statistics (min, max, mean, standard deviation, etc.) for one or more input curves. Use this worker to quickly summarise curve data as key-value pairs for downstream reporting or decision logic.
When to use¶
Classification: process.
Tagged: curve, descriptive, max, mean, min, statistics, stats, std.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve In | curve_in | vector | — | One or more input curves (vector of X/Y pairs) whose statistics will be computed; optional — leave unconnected if curves are supplied dynamically at runtime. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curve_stats_output_1 | curve_stats_output_1 | keyvalue | Key-value map of computed statistics for the input curve(s), including fields such as min, max, mean, and standard deviation. |
Disciplines¶
- data.curve.transform
- data.statistics
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curve_stats
Auto-generated from transformation schema. Worker id: curve_stats. Schema hash: 2042030cb8ed. Hand-curated docs in workerexamples/ override this page when present.