Static Public Member Functions

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)

Detailed Description

Definition at line 97 of file running_stat_proto.hpp.