stdDev property

double stdDev

Returns the corrected sample standard deviation.

  • The sample must contain at least 2 entries.
  • The normalization constant for the corrected standard deviation is sample.length - 1.

Implementation

double get stdDev => _stdDev();