stats_stats_histogram
Compute a frequency histogram by dividing data into bins, returning each bin's range, count, and frequency.
Instructions
[stats] Frequency histogram. Returns bins with range, count, and frequency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| bins | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |