variance
Compute the statistical spread of a numeric dataset by returning the average squared deviation from the mean.
Instructions
Calculate the variance of a dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |