[−][src]Function arrayfire::var_all_v2 
pub fn var_all_v2<T: HasAfEnum>(
input: &Array<T>,
bias_kind: VarianceBias
) -> (f64, f64)
Compute Variance of all elements
Parameters
- inputis the input Array
- bias_kindof type VarianceBias denotes the type of variane to be computed
Return Values
A tuple of 64-bit floating point values that has the variance of input Array.