#include <Accumulator.h>
Public Member Functions | |
void | Clear (const unsigned init=0) |
void | Clear () |
unsigned int | GetCount () const |
double | GetMean (const int n) const |
double | GetMean () const |
double | GetSum () const |
void | operator() () |
void | operator() (const double x) |
unsigned int | operator++ () |
Definition at line 185 of file Tools/CIC/utl/Accumulator.h.
|
inlineinherited |
Definition at line 22 of file Tools/CIC/utl/Accumulator.h.
References utl::Accumulator::Count::fCount.
Referenced by Clear().
|
inline |
Definition at line 189 of file Tools/CIC/utl/Accumulator.h.
References utl::Accumulator::Count::Clear(), and utl::Accumulator::Sum::Clear().
Referenced by utl::Accumulator::Var::Clear().
|
inlineinherited |
Definition at line 21 of file Tools/CIC/utl/Accumulator.h.
References utl::Accumulator::Count::fCount.
Referenced by GetMean(), and utl::Accumulator::Var::GetVar().
|
inlineinherited |
Definition at line 177 of file Tools/CIC/utl/Accumulator.h.
References utl::Accumulator::Sum::fSumX.
Referenced by GetMean().
|
inline |
Definition at line 188 of file Tools/CIC/utl/Accumulator.h.
References utl::Accumulator::Count::GetCount(), and utl::Accumulator::Sum::GetMean().
|
inlineinherited |
Definition at line 178 of file Tools/CIC/utl/Accumulator.h.
References utl::Accumulator::Sum::fSumX.
Referenced by utl::Accumulator::VarN::GetSumOfSquares(), and utl::Accumulator::VarN::GetVar().
|
inlineinherited |
Definition at line 19 of file Tools/CIC/utl/Accumulator.h.
References utl::Accumulator::Count::fCount.
Referenced by utl::Accumulator::Covariance< T >::operator()(), operator()(), utl::Accumulator::Var::operator()(), utl::Accumulator::Std::operator()(), and utl::Accumulator::Count::operator++().
|
inline |
Definition at line 187 of file Tools/CIC/utl/Accumulator.h.
References utl::Accumulator::Count::operator()(), and utl::Accumulator::Sum::operator()().
|
inlineinherited |
Definition at line 20 of file Tools/CIC/utl/Accumulator.h.
References utl::Accumulator::Count::fCount, and utl::Accumulator::Count::operator()().