Public Member Functions | Private Attributes

RealVectorStat< T > Class Template Reference

List of all members.

Public Member Functions

 RealVectorStat (unsigned long size)
 ~RealVectorStat ()
void acc (RealVector< T > &v)
RealVector< double > & covInv ()
RealVector< double > & mean ()

Private Attributes

unsigned long _size
unsigned long _nb
RealVector< T > _xAcc
RealVector< T > _xxAcc
RealVector< double > _mean
RealVector< double > _covInv

Detailed Description

template<class T>
class RealVectorStat< T >

Definition at line 120 of file CovIntra.cpp.


Constructor & Destructor Documentation

template<class T>
RealVectorStat< T >::RealVectorStat ( unsigned long  size ) [inline, explicit]

Definition at line 129 of file CovIntra.cpp.

template<class T>
RealVectorStat< T >::~RealVectorStat (  ) [inline]

Definition at line 135 of file CovIntra.cpp.


Member Function Documentation

template<class T>
void RealVectorStat< T >::acc ( RealVector< T > &  v ) [inline]

Definition at line 136 of file CovIntra.cpp.

Referenced by CovIntra().

template<class T>
RealVector<double>& RealVectorStat< T >::covInv (  ) [inline]

Definition at line 144 of file CovIntra.cpp.

template<class T>
RealVector<double>& RealVectorStat< T >::mean (  ) [inline]

Definition at line 152 of file CovIntra.cpp.

Referenced by CovIntra().


Member Data Documentation

template<class T>
RealVector<double> RealVectorStat< T >::_covInv [private]

Definition at line 127 of file CovIntra.cpp.

template<class T>
RealVector<double> RealVectorStat< T >::_mean [private]

Definition at line 126 of file CovIntra.cpp.

template<class T>
unsigned long RealVectorStat< T >::_nb [private]

Definition at line 123 of file CovIntra.cpp.

template<class T>
unsigned long RealVectorStat< T >::_size [private]

Definition at line 122 of file CovIntra.cpp.

template<class T>
RealVector<T> RealVectorStat< T >::_xAcc [private]

Definition at line 124 of file CovIntra.cpp.

template<class T>
RealVector<T> RealVectorStat< T >::_xxAcc [private]

Definition at line 125 of file CovIntra.cpp.


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