OpenStructure
|
#include <stat_accumulator.hh>
Public Member Functions | |
StatAccumulator () | |
void | operator() (Real val) |
StatAccumulator | operator+ (const StatAccumulator &acc2) const |
StatAccumulator & | operator+= (const StatAccumulator &acc) |
Real | GetNumSamples () const |
Real | GetMean () const |
Real | GetSum () const |
Real | GetVariance () const |
Real | GetStandardDeviation () const |
Real | GetRootMeanSquare () const |
Real | GetSkewness () const |
Real | GetKurtosis () const |
Definition at line 29 of file stat_accumulator.hh.
|
inline |
Definition at line 32 of file stat_accumulator.hh.
|
inline |
Definition at line 179 of file stat_accumulator.hh.
|
inline |
Definition at line 130 of file stat_accumulator.hh.
|
inline |
Definition at line 125 of file stat_accumulator.hh.
|
inline |
Definition at line 159 of file stat_accumulator.hh.
|
inline |
Definition at line 167 of file stat_accumulator.hh.
|
inline |
Definition at line 154 of file stat_accumulator.hh.
|
inline |
Definition at line 138 of file stat_accumulator.hh.
|
inline |
Definition at line 143 of file stat_accumulator.hh.
|
inline |
Definition at line 42 of file stat_accumulator.hh.
|
inline |
Definition at line 72 of file stat_accumulator.hh.
|
inline |
Definition at line 79 of file stat_accumulator.hh.