arrayStdValue property

num arrayStdValue

Computes the standard deviation of the values in array. This is equivalent to the std function. Returns the standard deviation of the values in array.

Implementation

num get arrayStdValue => standardDeviation(this);