$search

Running_stat

Classes

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

Functions

 arma_counter::arma_counter ()
running_stat::count () const
 number of samples so far
eT running_stat::max () const
 maximum value
eT running_stat::mean () const
 mean or average value
eT running_stat::min () const
 minimum value
void arma_counter::operator++ (int)
const arma_counterarma_counter::operator++ ()
void running_stat::reset ()
 set all statistics to zero
void arma_counter::reset ()
 running_stat::running_stat ()
running_stat::stddev (const uword norm_type=0) const
 standard deviation
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)
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)
template<typename eT >
static void running_stat_aux::update_stats (running_stat< eT > &x, const eT sample)
 update statistics to reflect new sample
eT arma_counter::value () const
eT arma_counter::value_minus_1 () const
eT arma_counter::value_plus_1 () const
running_stat::var (const uword norm_type=0) const
 variance
 arma_counter::~arma_counter ()
 running_stat::~running_stat ()

Function Documentation

template<typename eT >
arma_counter< eT >::arma_counter (  )  [inline, inherited]

Definition at line 30 of file running_stat_meat.hpp.

template<typename eT >
get_pod_type< eT >::result running_stat< eT >::count (  )  const [inline, inherited]

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, inherited]

maximum value

Definition at line 287 of file running_stat_meat.hpp.

template<typename eT >
eT running_stat< eT >::mean (  )  const [inline, inherited]

mean or average value

Definition at line 218 of file running_stat_meat.hpp.

template<typename eT >
eT running_stat< eT >::min (  )  const [inline, inherited]

minimum value

Definition at line 274 of file running_stat_meat.hpp.

template<typename eT >
void arma_counter< eT >::operator++ ( int   )  [inline, inherited]

Definition at line 62 of file running_stat_meat.hpp.

template<typename eT >
const arma_counter< eT > & arma_counter< eT >::operator++ (  )  [inline, inherited]

Definition at line 42 of file running_stat_meat.hpp.

template<typename eT >
void running_stat< eT >::reset (  )  [inline, inherited]

set all statistics to zero

Definition at line 194 of file running_stat_meat.hpp.

template<typename eT >
void arma_counter< eT >::reset (  )  [inline, inherited]

Definition at line 72 of file running_stat_meat.hpp.

template<typename eT >
running_stat< eT >::running_stat (  )  [inline, inherited]

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, inherited]

standard deviation

Definition at line 261 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 
) [inline, static, inherited]

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

Definition at line 378 of file running_stat_meat.hpp.

template<typename T >
void running_stat_aux::update_stats ( running_stat< std::complex< T > > &  x,
const T  sample 
) [inline, static, inherited]

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

Definition at line 365 of file running_stat_meat.hpp.

template<typename eT >
void running_stat_aux::update_stats ( running_stat< eT > &  x,
const eT  sample 
) [inline, static, inherited]

update statistics to reflect new sample

Definition at line 313 of file running_stat_meat.hpp.

template<typename eT >
eT arma_counter< eT >::value (  )  const [inline, inherited]

Definition at line 83 of file running_stat_meat.hpp.

template<typename eT >
eT arma_counter< eT >::value_minus_1 (  )  const [inline, inherited]

Definition at line 110 of file running_stat_meat.hpp.

template<typename eT >
eT arma_counter< eT >::value_plus_1 (  )  const [inline, inherited]

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, inherited]

variance

Definition at line 231 of file running_stat_meat.hpp.

template<typename eT >
arma_counter< eT >::~arma_counter (  )  [inline, inherited]

Definition at line 21 of file running_stat_meat.hpp.

template<typename eT >
running_stat< eT >::~running_stat (  )  [inline, inherited]

Definition at line 129 of file running_stat_meat.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


armadillo_matrix
Author(s): Conrad Sanderson - NICTA (www.nicta.com.au), (Wrapper by Sjoerd van den Dries)
autogenerated on Tue Mar 5 12:27:51 2013