upperQuartile property

num upperQuartile

The upper quartile of the stored data.

Implementation

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