ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | Public Attributes | List of all members
MeanMinMax< _t > Class Template Reference

statistical average, minimum, and maximum More...

#include <statistiken.h>

Collaboration diagram for MeanMinMax< _t >:
Collaboration graph

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
 

Detailed Description

template<class _t>
class MeanMinMax< _t >

statistical average, minimum, and maximum

Definition at line 88 of file statistiken.h.

Constructor & Destructor Documentation

template<class _t >
MeanMinMax< _t >::MeanMinMax ( )

Definition at line 95 of file statistiken.h.

References MeanMinMax< _t >::init().

Member Function Documentation

template<class _t >
void MeanMinMax< _t >::add ( _t  d)
template<class _t >
_t MeanMinMax< _t >::get_max ( ) const

Definition at line 123 of file statistiken.h.

References MeanMinMax< _t >::maximum.

template<class _t >
_t MeanMinMax< _t >::get_mean ( ) const

Definition at line 116 of file statistiken.h.

References MeanMinMax< _t >::n, and MeanMinMax< _t >::summe.

template<class _t >
_t MeanMinMax< _t >::get_min ( ) const

Definition at line 120 of file statistiken.h.

References MeanMinMax< _t >::minimum.

template<class _t >
int MeanMinMax< _t >::get_num_cases ( ) const

Definition at line 113 of file statistiken.h.

References MeanMinMax< _t >::n.

template<class _t >
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().

Member Data Documentation

template<class _t >
_t MeanMinMax< _t >::maximum

Definition at line 92 of file statistiken.h.

Referenced by MeanMinMax< _t >::add(), and MeanMinMax< _t >::get_max().

template<class _t >
_t MeanMinMax< _t >::minimum

Definition at line 92 of file statistiken.h.

Referenced by MeanMinMax< _t >::add(), and MeanMinMax< _t >::get_min().

template<class _t >
int MeanMinMax< _t >::n
template<class _t >
_t MeanMinMax< _t >::summe

The documentation for this class was generated from the following file:


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)