np_histogram
Compute the histogram of input data by binning values, with options for bin count and range to analyze distribution.
Instructions
Compute the histogram of a set of data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | Input data. | |
| bins | No | Number of bins or bin edges (default: 10). | |
| range | No | The lower and upper range of the bins (default: [min, max]). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||