running_stat_vec_aux Class Reference
[Running_stat_vec]
#include <running_stat_vec_bones.hpp>
List of all members.
Static Public Member Functions |
template<typename T > |
static Mat< std::complex< T > > | cov (const running_stat_vec< std::complex< T > > &x, const uword norm_type=0) |
template<typename eT > |
static Mat< eT > | cov (const running_stat_vec< eT > &x, const uword norm_type=0) |
template<typename T > |
static void | 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 | 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 | update_stats (running_stat_vec< eT > &x, const Mat< eT > &sample) |
| update statistics to reflect new sample
|
template<typename T > |
static Mat< T > | var (const running_stat_vec< std::complex< T > > &x, const uword norm_type=0) |
template<typename eT > |
static Mat< eT > | var (const running_stat_vec< eT > &x, const uword norm_type=0) |
Detailed Description
Definition at line 83 of file running_stat_vec_bones.hpp.
Member Function Documentation
template<typename T >
static Mat< std::complex<T> > running_stat_vec_aux::cov |
( |
const running_stat_vec< std::complex< T > > & |
x, |
|
|
const uword |
norm_type = 0 | |
|
) |
| | [inline, static] |
template<typename eT >
static Mat< eT > running_stat_vec_aux::cov |
( |
const running_stat_vec< eT > & |
x, |
|
|
const uword |
norm_type = 0 | |
|
) |
| | [inline, static] |
template<typename T >
static Mat< T> running_stat_vec_aux::var |
( |
const running_stat_vec< std::complex< T > > & |
x, |
|
|
const uword |
norm_type = 0 | |
|
) |
| | [inline, static] |
template<typename eT >
static Mat<eT> running_stat_vec_aux::var |
( |
const running_stat_vec< eT > & |
x, |
|
|
const uword |
norm_type = 0 | |
|
) |
| | [inline, static] |
The documentation for this class was generated from the following files: