mean
Compute the arithmetic mean of a non-empty list of numbers to determine the average value for your dataset.
Instructions
Calculate the arithmetic mean of a non-empty list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |