This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumerations | |
enum | AnalysationMode { AM_AVG, AM_MED, AM_MIN, AM_MAX, AM_RANGE, AM_Q1, AM_Q3, AM_WHISKER, AM_W1, AM_W3, AM_IQR, AM_NUM_EXT, AM_EXT, AM_BEST } |
analysation modes of statistical types. More... |
enum AnalysationMode |
analysation modes of statistical types.
If you add a analysation mode, you have naturally to implement this analysation mode in statisticmeasure.cpp - see method StatisticMeasure::step() !