median
Calculates the median of a dataset, returning the middle value of a sorted list to identify the central tendency of your numbers.
Instructions
Calculate the median of a dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numbers | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |