Static Public Member Functions | List of all members
running_stat_vec_aux Class Reference

#include <running_stat_vec_bones.hpp>

Static Public Member Functions

template<typename eT >
static Mat< eT > cov (const running_stat_vec< eT > &x, const uword norm_type=0)
 
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 void update_stats (running_stat_vec< eT > &x, const Mat< eT > &sample)
 update statistics to reflect new sample More...
 
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) More...
 
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) More...
 
template<typename eT >
static Mat< eT > var (const running_stat_vec< eT > &x, const uword norm_type=0)
 
template<typename T >
static Mat< T > var (const running_stat_vec< std::complex< T > > &x, const uword norm_type=0)
 

Detailed Description

Definition at line 83 of file running_stat_vec_bones.hpp.

Member Function Documentation

template<typename eT >
static Mat< eT > running_stat_vec_aux::cov ( const running_stat_vec< eT > &  x,
const uword  norm_type = 0 
)
inlinestatic
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 
)
inlinestatic
template<typename eT >
static Mat<eT> running_stat_vec_aux::var ( const running_stat_vec< eT > &  x,
const uword  norm_type = 0 
)
inlinestatic
template<typename T >
static Mat< T> running_stat_vec_aux::var ( const running_stat_vec< std::complex< T > > &  x,
const uword  norm_type = 0 
)
inlinestatic

The documentation for this class was generated from the following files:


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