standard_deviation
Calculate standard deviation for a set of numbers, choosing between population (default) and sample (Bessel's correction) with a numerically stable algorithm.
Instructions
Calculates population or sample standard deviation with a numerically stable algorithm
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sample | No | Set true for sample standard deviation (n-1); defaults to population (n) | |
| numbers | Yes |