lowerQuartile property

num lowerQuartile

The lower quartile of the stored data.

Implementation

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