median property

double median

The median value in the distribution.

Implementation

double get median => getValue(0.5);