mean
Calculates the arithmetic mean of a list of numbers for statistical analysis. Returns the average value directly from the provided array.
Instructions
Calculates the arithmetic mean of a list of numbers. For several operations or chained steps in one call, use batch_calc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes | Array of numbers to find the mean of |