inferredVariance property

num inferredVariance

The estimated variance in the population the stored data was sampled from.

Implementation

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