#include <configuration.h>
Public Member Functions | |
MetricDescDst () | |
Create by default a non-relevent metric descriptor. | |
bool | isRelevant () const |
Return true if this metric is relevant. | |
Public Attributes | |
MetricDescAvg | pmf |
Descriptor for the Probability Mass Function. | |
MetricDescAvg | cdf |
Descriptor for the Cumulative Distribution Function. | |
MetricDescAvg | mean |
Descriptor for the mean value. | |
MetricDescAvg | median |
Descriptor for he median value. | |
MetricDescAvg | percentile95 |
Descriptor for the 95th percentile value. | |
MetricDescAvg | percentile99 |
Descriptor for the 99th percentile value. |