stdev_all_v2

Function stdev_all_v2 

Source
pub fn stdev_all_v2<T: HasAfEnum>(
    input: &Array<T>,
    bias_kind: VarianceBias,
) -> (f64, f64)
Expand description

Compute standard deviation of all data

§Parameters

  • input is the input Array
  • bias_kind of type VarianceBias denotes the type of variane to be computed

§Return Values

A tuple of 64-bit floating point values with the stat values.