pub fn stdev_all_v2<T: HasAfEnum>(
input: &Array<T>,
bias_kind: VarianceBias,
) -> (f64, f64)Expand description
Compute standard deviation of all data
§Parameters
inputis the input Arraybias_kindof type VarianceBias denotes the type of variane to be computed
§Return Values
A tuple of 64-bit floating point values with the stat values.