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

the statistical average More...

#include <statistiken.h>

Inheritance diagram for Mean< _t >:
Inheritance graph
Collaboration diagram for Mean< _t >:
Collaboration graph

Public Member Functions

 Mean ()
 
void init ()
 
void add (_t d)
 
int get_num_cases () const
 
_t get_mean () const
 

Public Attributes

_t summe
 
int n
 

Detailed Description

template<class _t>
class Mean< _t >

the statistical average

Definition at line 61 of file statistiken.h.

Constructor & Destructor Documentation

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

Definition at line 67 of file statistiken.h.

Member Function Documentation

template<class _t>
void Mean< _t >::add ( _t  d)
template<class _t>
_t Mean< _t >::get_mean ( ) const
template<class _t>
int Mean< _t >::get_num_cases ( ) const

Definition at line 78 of file statistiken.h.

Referenced by TrimmedMean::GetNumCases(), and OpticalFlow::PrintInfo().

template<class _t>
void Mean< _t >::init ( )

Definition at line 70 of file statistiken.h.

Referenced by Var< double >::init(), and Mean< double >::Mean().

Member Data Documentation

template<class _t>
int Mean< _t >::n
template<class _t>
_t Mean< _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)