p50 constant

The name for the computed value tracking the 50th percentile value from the samples with outliers.

Implementation

static const PercentileMetricComputation p50 = PercentileMetricComputation._(
  'p50',
  0.5,
);