squaresMean property

double squaresMean

Returns the mean/average of squares of this numeric collection.

Implementation

double get squaresMean => sumSquares / length;