Compute the standard deviation of an array.
The standard deviation is computed for the flattened array by default, otherwise over the specified axis.
If correction is provided, the divisor in calculation is N - correction, where N represents the number of elements (e.g., for Bessel's correction).
correction
N - correction
N
Optional
Compute the standard deviation of an array.
The standard deviation is computed for the flattened array by default, otherwise over the specified axis.
If
correctionis provided, the divisor in calculation isN - correction, whereNrepresents the number of elements (e.g., for Bessel's correction).