np_std
Compute the standard deviation of an array along a specified axis, with optional ddof for normalization.
Instructions
Compute the standard deviation along the specified axis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. | |
| axis | No | Axis along which to compute std (default: None, std of all). | |
| ddof | No | Delta degrees of freedom for normalization (default: 0). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |