stdev

Function stdev 

Source
pub fn stdev<T>(input: &Array<T>, dim: i64) -> Array<T::MeanOutType>
👎Deprecated since 3.8.0: Please use stdev_v2 API
Expand description

Standard deviation along specified axis

§Parameters

  • input is the input Array
  • dim is dimension along which the current stat has to be computed

§Return Values

An Array whose size is equal to input except along the dimension which the stat operation is performed. Array size along dim will be reduced to one.