Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

SPUC::rv_stat< Numeric > Class Template Reference

a basic random Variable Statistics Class More...

#include <rv_stat.h>

Collaboration diagram for SPUC::rv_stat< Numeric >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 rv_stat ()
void update (Numeric x)
Numeric average ()
Numeric mean_sq ()
Numeric rms ()
Numeric var ()
Numeric std ()
Numeric minimum ()
Numeric maximum ()

Protected Attributes

double count
Numeric av
Numeric sq
Numeric min_abs
Numeric max_abs

Detailed Description

template<class Numeric>
class SPUC::rv_stat< Numeric >

a basic random Variable Statistics Class


Constructor & Destructor Documentation

template<class Numeric>
SPUC::rv_stat< Numeric >::rv_stat  )  [inline]
 


Member Function Documentation

template<class Numeric>
Numeric SPUC::rv_stat< Numeric >::average  )  [inline]
 

template<class Numeric>
Numeric SPUC::rv_stat< Numeric >::maximum  )  [inline]
 

template<class Numeric>
Numeric SPUC::rv_stat< Numeric >::mean_sq  )  [inline]
 

template<class Numeric>
Numeric SPUC::rv_stat< Numeric >::minimum  )  [inline]
 

template<class Numeric>
Numeric SPUC::rv_stat< Numeric >::rms  )  [inline]
 

Here is the call graph for this function:

template<class Numeric>
Numeric SPUC::rv_stat< Numeric >::std  )  [inline]
 

Here is the call graph for this function:

template<class Numeric>
void SPUC::rv_stat< Numeric >::update Numeric  x  )  [inline]
 

template<class Numeric>
Numeric SPUC::rv_stat< Numeric >::var  )  [inline]
 


Member Data Documentation

template<class Numeric>
Numeric SPUC::rv_stat< Numeric >::av [protected]
 

template<class Numeric>
double SPUC::rv_stat< Numeric >::count [protected]
 

template<class Numeric>
Numeric SPUC::rv_stat< Numeric >::max_abs [protected]
 

template<class Numeric>
Numeric SPUC::rv_stat< Numeric >::min_abs [protected]
 

template<class Numeric>
Numeric SPUC::rv_stat< Numeric >::sq [protected]
 


The documentation for this class was generated from the following file:
Generated on Fri Sep 16 11:09:08 2005 for spuc by  doxygen 1.4.4