standard_deviation
Calculate the population standard deviation of a numeric list to measure data dispersion. Provide a non-empty array of numbers to quantify variability.
Instructions
Calculate the population standard deviation of a non-empty list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |