get95thPercentile method

double get95thPercentile()

Returns the value at the 95th percentile in the distribution.

Implementation

double get95thPercentile() => getValue(0.95);