arrayVarianceValue property

num arrayVarianceValue

Computes the variance of the values in array. This is equivalent to the variance function. Returns the variance of the values in array.

Implementation

num get arrayVarianceValue => variance(this);