range_stat
Calculate the range of a dataset by subtracting its minimum value from its maximum to measure data spread.
Instructions
Calculate the range (max - min) of a dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |