$search
Classes | |
class | running_stat_vec< eT > |
class | running_stat_vec_aux |
Functions | |
T | running_stat_vec::count () const |
number of samples so far | |
const Mat< eT > & | running_stat_vec::cov (const uword norm_type=0) |
covariance | |
const Mat< eT > & | running_stat_vec::max () const |
vector with maximum values | |
const Mat< eT > & | running_stat_vec::mean () const |
mean or average value | |
const Mat< eT > & | running_stat_vec::min () const |
vector with minimum values | |
template<typename T1 > | |
arma_hot void | running_stat_vec::operator() (const Base< std::complex< T >, T1 > &X) |
update statistics to reflect new sample (version for complex numbers) | |
template<typename T1 > | |
arma_hot void | running_stat_vec::operator() (const Base< T, T1 > &X) |
update statistics to reflect new sample | |
const running_stat_vec & | running_stat_vec::operator= (const running_stat_vec &in_rsv) |
void | running_stat_vec::reset () |
set all statistics to zero | |
running_stat_vec::running_stat_vec (const running_stat_vec &in_rsv) | |
running_stat_vec::running_stat_vec (const bool in_calc_cov=false) | |
Mat< T > | running_stat_vec::stddev (const uword norm_type=0) const |
standard deviation | |
template<typename T > | |
static void | running_stat_vec_aux::update_stats (running_stat_vec< std::complex< T > > &x, const Mat< std::complex< T > > &sample) |
alter statistics to reflect new sample (version for complex numbers) | |
template<typename T > | |
static void | running_stat_vec_aux::update_stats (running_stat_vec< std::complex< T > > &x, const Mat< T > &sample) |
update statistics to reflect new sample (version for complex numbers) | |
template<typename eT > | |
static void | running_stat_vec_aux::update_stats (running_stat_vec< eT > &x, const Mat< eT > &sample) |
update statistics to reflect new sample | |
const Mat< T > & | running_stat_vec::var (const uword norm_type=0) |
variance | |
running_stat_vec::~running_stat_vec () |
get_pod_type< eT >::result running_stat_vec< eT >::count | ( | ) | const [inline, inherited] |
number of samples so far
Definition at line 321 of file running_stat_vec_meat.hpp.
const Mat< eT > & running_stat_vec< eT >::cov | ( | const uword | norm_type = 0 |
) | [inline, inherited] |
covariance
Definition at line 250 of file running_stat_vec_meat.hpp.
const Mat< eT > & running_stat_vec< eT >::max | ( | ) | const [inline, inherited] |
vector with maximum values
Definition at line 308 of file running_stat_vec_meat.hpp.
const Mat< eT > & running_stat_vec< eT >::mean | ( | ) | const [inline, inherited] |
mean or average value
Definition at line 170 of file running_stat_vec_meat.hpp.
const Mat< eT > & running_stat_vec< eT >::min | ( | ) | const [inline, inherited] |
vector with minimum values
Definition at line 295 of file running_stat_vec_meat.hpp.
arma_hot void running_stat_vec< eT >::operator() | ( | const Base< std::complex< T >, T1 > & | X | ) | [inline, inherited] |
update statistics to reflect new sample (version for complex numbers)
Definition at line 112 of file running_stat_vec_meat.hpp.
arma_hot void running_stat_vec< eT >::operator() | ( | const Base< T, T1 > & | X | ) | [inline, inherited] |
update statistics to reflect new sample
Definition at line 81 of file running_stat_vec_meat.hpp.
const running_stat_vec< eT > & running_stat_vec< eT >::operator= | ( | const running_stat_vec< eT > & | in_rsv | ) | [inline, inherited] |
Definition at line 55 of file running_stat_vec_meat.hpp.
void running_stat_vec< eT >::reset | ( | ) | [inline, inherited] |
set all statistics to zero
Definition at line 141 of file running_stat_vec_meat.hpp.
running_stat_vec< eT >::running_stat_vec | ( | const running_stat_vec< eT > & | in_rsv | ) | [inline, inherited] |
Definition at line 37 of file running_stat_vec_meat.hpp.
running_stat_vec< eT >::running_stat_vec | ( | const bool | in_calc_cov = false |
) | [inline, inherited] |
Definition at line 28 of file running_stat_vec_meat.hpp.
Mat< typename get_pod_type< eT >::result > running_stat_vec< eT >::stddev | ( | const uword | norm_type = 0 |
) | const [inline, inherited] |
standard deviation
Definition at line 219 of file running_stat_vec_meat.hpp.
void running_stat_vec_aux::update_stats | ( | running_stat_vec< std::complex< T > > & | x, | |
const Mat< std::complex< T > > & | sample | |||
) | [inline, static, inherited] |
alter statistics to reflect new sample (version for complex numbers)
Definition at line 461 of file running_stat_vec_meat.hpp.
void running_stat_vec_aux::update_stats | ( | running_stat_vec< std::complex< T > > & | x, | |
const Mat< T > & | sample | |||
) | [inline, static, inherited] |
update statistics to reflect new sample (version for complex numbers)
Definition at line 446 of file running_stat_vec_meat.hpp.
void running_stat_vec_aux::update_stats | ( | running_stat_vec< eT > & | x, | |
const Mat< eT > & | sample | |||
) | [inline, static, inherited] |
update statistics to reflect new sample
Definition at line 338 of file running_stat_vec_meat.hpp.
const Mat< typename get_pod_type< eT >::result > & running_stat_vec< eT >::var | ( | const uword | norm_type = 0 |
) | [inline, inherited] |
variance
Definition at line 183 of file running_stat_vec_meat.hpp.
running_stat_vec< eT >::~running_stat_vec | ( | ) | [inline, inherited] |
Definition at line 20 of file running_stat_vec_meat.hpp.