inferredStandardDeviation property

num inferredStandardDeviation

The estimated standard deviation in the population the stored data was sampled from.

Implementation

num get inferredStandardDeviation =>
    _getStat(NumericStat.inferredStandardDeviation);