pub fn std( a: impl AsRef<Array>, keep_dims: impl Into<Option<bool>>, ddof: impl Into<Option<i32>>, ) -> Result<Array>
Similar to [std_axes] but reduces over all axes.
std_axes