COMPUTE THE AVERAGE OF VALUES¶
Computes the arithmetic mean of two or more scalar values. Divide the sum of all provided numbers by their count and return the result as a single scalar. Use this worker whenever a simple average aggregation is needed within a workflow.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Number | number | scalar | — | ✓ | One or more numeric scalar values to be averaged; the worker accepts repeated instances of this input (one per value) — at least two should be provided to produce a meaningful average. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| math_average_output_1 | math_average_output_1 | scalar | The arithmetic mean of all supplied input numbers, returned as a single scalar value (same units as the inputs). |
Disciplines¶
- data.statistics
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=math_average
Auto-generated from transformation schema. Worker id: math_average. Schema hash: 7787343c1c89. Hand-curated docs in workerexamples/ override this page when present.