standardDeviation property

double standardDeviation

Standard deviation.

Implementation

double get standardDeviation => sqrt(variance);