Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
Class used by StatisticTools. More...
#include <statisticmeasure.h>
Public Member Functions | |
StatisticMeasure (double &observedValue, const char *measureName, MeasureMode mode, long stepSpan, double additionalParam) | |
virtual | ~StatisticMeasure () |
virtual void | step () |
![]() | |
AbstractMeasure (const char *measureName) | |
virtual | ~AbstractMeasure () |
virtual std::string | getName () const |
virtual double | getValue () const |
virtual double & | getValueAddress () |
virtual void | setStepSize (int newStepSize) |
virtual int | getStepSize () const |
virtual long | getActualStep () const |
virtual void | setDisplayPrecision (int digits) |
virtual int | getDisplayPrecision () const |
![]() | |
virtual | ~IMeasure () |
Protected Member Functions | |
void | internInit () |
virtual double | calculateSumValue () |
virtual double | calculateAverageValue () |
virtual double | calculateMovingAverageValue () |
virtual double | calculateStepDifference () |
virtual double | calculateNormalizedStepDifference () |
virtual double | testConvergence () |
Protected Attributes | |
double & | observedValue |
MeasureMode | mode |
long | stepSpan |
double | additionalParam |
long | oldestStepIndex |
long | newestStepIndex |
double * | valueHistory |
long | stepsReached |
![]() | |
std::string | name |
double | value |
long | actualStep |
int | stepSize |
int | displayPrecision |
Class used by StatisticTools.
Provides
StatisticMeasure | ( | double & | observedValue, |
const char * | measureName, | ||
MeasureMode | mode, | ||
long | stepSpan, | ||
double | additionalParam | ||
) |
use this section for defining individual constructor commands
|
inlinevirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
virtual |
Implements IMeasure.
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |