std_dev
Compute sample or population standard deviation by providing an array of numbers. Use the population flag to select between n-1 and n denominator.
Instructions
Sample standard deviation (n-1). Set population: true for population (n).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes | ||
| population | No |