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 |
Definition at line 120 of file CovIntra.cpp.
| RealVectorStat< T >::RealVectorStat | ( | unsigned long | size ) | [inline, explicit] |
Definition at line 129 of file CovIntra.cpp.
| RealVectorStat< T >::~RealVectorStat | ( | ) | [inline] |
Definition at line 135 of file CovIntra.cpp.
| void RealVectorStat< T >::acc | ( | RealVector< T > & | v ) | [inline] |
Definition at line 136 of file CovIntra.cpp.
Referenced by CovIntra().
| RealVector<double>& RealVectorStat< T >::covInv | ( | ) | [inline] |
Definition at line 144 of file CovIntra.cpp.
| RealVector<double>& RealVectorStat< T >::mean | ( | ) | [inline] |
Definition at line 152 of file CovIntra.cpp.
Referenced by CovIntra().
RealVector<double> RealVectorStat< T >::_covInv [private] |
Definition at line 127 of file CovIntra.cpp.
RealVector<double> RealVectorStat< T >::_mean [private] |
Definition at line 126 of file CovIntra.cpp.
unsigned long RealVectorStat< T >::_nb [private] |
Definition at line 123 of file CovIntra.cpp.
unsigned long RealVectorStat< T >::_size [private] |
Definition at line 122 of file CovIntra.cpp.
RealVector<T> RealVectorStat< T >::_xAcc [private] |
Definition at line 124 of file CovIntra.cpp.
RealVector<T> RealVectorStat< T >::_xxAcc [private] |
Definition at line 125 of file CovIntra.cpp.
1.7.2