ACT-CV - Machine Vision for Cognitive Modeling
|
statistical average, minimum, and maximum More...
#include <statistiken.h>
Public Member Functions | |
MeanMinMax () | |
void | init () |
void | add (_t d) |
int | get_num_cases () const |
_t | get_mean () const |
_t | get_min () const |
_t | get_max () const |
Public Attributes | |
_t | summe |
_t | minimum |
_t | maximum |
int | n |
statistical average, minimum, and maximum
Definition at line 88 of file statistiken.h.
MeanMinMax< _t >::MeanMinMax | ( | ) |
Definition at line 95 of file statistiken.h.
References MeanMinMax< _t >::init().
void MeanMinMax< _t >::add | ( | _t | d) |
Definition at line 102 of file statistiken.h.
References MeanMinMax< _t >::maximum, MeanMinMax< _t >::minimum, MeanMinMax< _t >::n, and MeanMinMax< _t >::summe.
_t MeanMinMax< _t >::get_max | ( | ) | const |
Definition at line 123 of file statistiken.h.
References MeanMinMax< _t >::maximum.
_t MeanMinMax< _t >::get_mean | ( | ) | const |
Definition at line 116 of file statistiken.h.
References MeanMinMax< _t >::n, and MeanMinMax< _t >::summe.
_t MeanMinMax< _t >::get_min | ( | ) | const |
Definition at line 120 of file statistiken.h.
References MeanMinMax< _t >::minimum.
int MeanMinMax< _t >::get_num_cases | ( | ) | const |
Definition at line 113 of file statistiken.h.
References MeanMinMax< _t >::n.
void MeanMinMax< _t >::init | ( | ) |
Definition at line 98 of file statistiken.h.
References InitZero(), MeanMinMax< _t >::n, and MeanMinMax< _t >::summe.
Referenced by MeanMinMax< _t >::MeanMinMax().
_t MeanMinMax< _t >::maximum |
Definition at line 92 of file statistiken.h.
Referenced by MeanMinMax< _t >::add(), and MeanMinMax< _t >::get_max().
_t MeanMinMax< _t >::minimum |
Definition at line 92 of file statistiken.h.
Referenced by MeanMinMax< _t >::add(), and MeanMinMax< _t >::get_min().
int MeanMinMax< _t >::n |
Definition at line 93 of file statistiken.h.
Referenced by MeanMinMax< _t >::add(), MeanMinMax< _t >::get_mean(), MeanMinMax< _t >::get_num_cases(), and MeanMinMax< _t >::init().
_t MeanMinMax< _t >::summe |
Definition at line 91 of file statistiken.h.
Referenced by MeanMinMax< _t >::add(), MeanMinMax< _t >::get_mean(), and MeanMinMax< _t >::init().