running_stat_aux Class Reference
[Running_stat]

#include <running_stat_proto.hpp>

List of all members.

Static Public Member Functions

template<typename eT >
static void update_stats (running_stat< eT > &x, const eT sample)
 update statistics to reflect new sample
template<typename T >
static void update_stats (running_stat< std::complex< T > > &x, const T sample)
 update statistics to reflect new sample (version for complex numbers)
template<typename T >
static void 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 eT >
static eT var (const running_stat< eT > &x, const u32 norm_type=0)
 variance
template<typename T >
static T var (const running_stat< std::complex< T > > &x, const u32 norm_type=0)
 variance (version for complex numbers)


Detailed Description

Definition at line 70 of file running_stat_proto.hpp.