ACT-CV - Machine Vision for Cognitive Modeling
|
mean and variance More...
#include <statistiken.h>
Public Member Functions | |
Var () | |
void | init () |
void | add (_t d) |
SquareOperation< _t >::sq_t | get_var () const |
Public Member Functions inherited from Mean< _t > | |
Mean () | |
void | init () |
void | add (_t d) |
int | get_num_cases () const |
_t | get_mean () const |
Public Attributes | |
SquareOperation< _t >::sq_t | summeQ |
Public Attributes inherited from Mean< _t > | |
_t | summe |
int | n |
Additional Inherited Members | |
Public Types inherited from SquareOperation< _t > | |
typedef _t | sq_t |
Static Public Member Functions inherited from SquareOperation< _t > | |
static sq_t | square (const _t &x) |
mean and variance
does not compute the standard deviation because there's not always a square root function (depending on _t)
Definition at line 162 of file statistiken.h.
Definition at line 167 of file statistiken.h.
void Var< _t >::add | ( | _t | d) |
Definition at line 176 of file statistiken.h.
Referenced by TrimmedMean::Compute().
SquareOperation<_t>::sq_t Var< _t >::get_var | ( | ) | const |
Definition at line 181 of file statistiken.h.
Referenced by TrimmedMean::GetVar().
void Var< _t >::init | ( | ) |
Definition at line 171 of file statistiken.h.
Referenced by TrimmedMean::Compute(), and Var< double >::Var().
SquareOperation<_t>::sq_t Var< _t >::summeQ |
Definition at line 165 of file statistiken.h.
Referenced by Var< double >::add(), Var< double >::get_var(), and Var< double >::init().