[][src]Function arrayfire::stdev_v2

pub fn stdev_v2<T>(
    input: &Array<T>,
    bias_kind: VarianceBias,
    dim: i64
) -> Array<T::MeanOutType> where
    T: HasAfEnum,
    T::MeanOutType: HasAfEnum

Standard deviation along given axis

Parameters

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.