np_mean
Compute the arithmetic mean of array elements along a specified axis, with optional axis parameter to average the entire array or along dimensions.
Instructions
Compute the arithmetic mean along the specified axis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. | |
| axis | No | Axis along which to compute mean (default: None, mean of all). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |