Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
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 } |
usage of the statistictools with different analysation modes modes (examples): More... | |
enum AnalysationMode |
usage of the statistictools with different analysation modes modes (examples):
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() !