Classes | Functions
Running_stat

Classes

class  arma_counter< eT >
 
class  running_stat< eT >
 
class  running_stat_aux
 

Functions

 arma_counter< eT >::arma_counter ()
 
running_stat< eT >::count () const
 number of samples so far More...
 
eT running_stat< eT >::max () const
 maximum value More...
 
eT running_stat< eT >::mean () const
 mean or average value More...
 
eT running_stat< eT >::min () const
 minimum value More...
 
const arma_counterarma_counter< eT >::operator++ ()
 
void arma_counter< eT >::operator++ (int)
 
void arma_counter< eT >::reset ()
 
void running_stat< eT >::reset ()
 set all statistics to zero More...
 
 running_stat< eT >::running_stat ()
 
running_stat< eT >::stddev (const uword norm_type=0) const
 standard deviation More...
 
template<typename eT >
static void running_stat_aux::update_stats (running_stat< eT > &x, const eT sample)
 update statistics to reflect new sample More...
 
template<typename T >
static void running_stat_aux::update_stats (running_stat< std::complex< T > > &x, const T sample)
 update statistics to reflect new sample (version for complex numbers) More...
 
template<typename T >
static void running_stat_aux::update_stats (running_stat< std::complex< T > > &x, const std::complex< T > &sample)
 alter statistics to reflect new sample (version for complex numbers) More...
 
eT arma_counter< eT >::value () const
 
eT arma_counter< eT >::value_minus_1 () const
 
eT arma_counter< eT >::value_plus_1 () const
 
running_stat< eT >::var (const uword norm_type=0) const
 variance More...
 
 arma_counter< eT >::~arma_counter ()
 
 running_stat< eT >::~running_stat ()
 

Detailed Description

Function Documentation

template<typename eT >
arma_counter< eT >::arma_counter ( )
inline

Definition at line 30 of file running_stat_meat.hpp.

template<typename eT >
get_pod_type< eT >::result running_stat< eT >::count ( ) const
inline

number of samples so far

Definition at line 300 of file running_stat_meat.hpp.

template<typename eT >
eT running_stat< eT >::max ( ) const
inline

maximum value

Definition at line 287 of file running_stat_meat.hpp.

template<typename eT >
eT running_stat< eT >::mean ( ) const
inline

mean or average value

Definition at line 218 of file running_stat_meat.hpp.

template<typename eT >
eT running_stat< eT >::min ( ) const
inline

minimum value

Definition at line 274 of file running_stat_meat.hpp.

template<typename eT >
const arma_counter< eT > & arma_counter< eT >::operator++ ( )
inline

Definition at line 42 of file running_stat_meat.hpp.

template<typename eT >
void arma_counter< eT >::operator++ ( int  )
inline

Definition at line 62 of file running_stat_meat.hpp.

template<typename eT >
void arma_counter< eT >::reset ( )
inline

Definition at line 72 of file running_stat_meat.hpp.

template<typename eT >
void running_stat< eT >::reset ( )
inline

set all statistics to zero

Definition at line 194 of file running_stat_meat.hpp.

template<typename eT >
running_stat< eT >::running_stat ( )
inline

Definition at line 137 of file running_stat_meat.hpp.

template<typename eT >
running_stat< eT >::T running_stat< eT >::stddev ( const uword  norm_type = 0) const
inline

standard deviation

Definition at line 261 of file running_stat_meat.hpp.

template<typename eT >
void running_stat_aux::update_stats ( running_stat< eT > &  x,
const eT  sample 
)
inlinestatic

update statistics to reflect new sample

Definition at line 313 of file running_stat_meat.hpp.

template<typename T >
void running_stat_aux::update_stats ( running_stat< std::complex< T > > &  x,
const T  sample 
)
inlinestatic

update statistics to reflect new sample (version for complex numbers)

Definition at line 365 of file running_stat_meat.hpp.

template<typename T >
void running_stat_aux::update_stats ( running_stat< std::complex< T > > &  x,
const std::complex< T > &  sample 
)
inlinestatic

alter statistics to reflect new sample (version for complex numbers)

Definition at line 378 of file running_stat_meat.hpp.

template<typename eT >
eT arma_counter< eT >::value ( ) const
inline

Definition at line 83 of file running_stat_meat.hpp.

template<typename eT >
eT arma_counter< eT >::value_minus_1 ( ) const
inline

Definition at line 110 of file running_stat_meat.hpp.

template<typename eT >
eT arma_counter< eT >::value_plus_1 ( ) const
inline

Definition at line 93 of file running_stat_meat.hpp.

template<typename eT >
running_stat< eT >::T running_stat< eT >::var ( const uword  norm_type = 0) const
inline

variance

Definition at line 231 of file running_stat_meat.hpp.

template<typename eT >
arma_counter< eT >::~arma_counter ( )
inline

Definition at line 21 of file running_stat_meat.hpp.

template<typename eT >
running_stat< eT >::~running_stat ( )
inline

Definition at line 129 of file running_stat_meat.hpp.



armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:32:00