average constant

NamedMetricComputation const average

The name for the computed value tracking the average value of the measured samples without outliers.

Implementation

static const NamedMetricComputation average = NamedMetricComputation._(
  'average',
);