OpenStructure
|
#include <stat_accumulator.hh>
Public Member Functions | |
StatAccumulator () | |
void | operator() (Real val) |
StatAccumulator< MAX_MOMENT > | operator+ (const StatAccumulator< MAX_MOMENT > &acc2) const |
StatAccumulator< MAX_MOMENT > & | operator+= (const StatAccumulator< MAX_MOMENT > &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 30 of file stat_accumulator.hh.
|
inline |
Definition at line 33 of file stat_accumulator.hh.
|
inline |
Definition at line 180 of file stat_accumulator.hh.
|
inline |
Definition at line 131 of file stat_accumulator.hh.
|
inline |
Definition at line 126 of file stat_accumulator.hh.
|
inline |
Definition at line 160 of file stat_accumulator.hh.
|
inline |
Definition at line 168 of file stat_accumulator.hh.
|
inline |
Definition at line 155 of file stat_accumulator.hh.
|
inline |
Definition at line 139 of file stat_accumulator.hh.
|
inline |
Definition at line 144 of file stat_accumulator.hh.
|
inline |
Definition at line 43 of file stat_accumulator.hh.
|
inline |
Definition at line 73 of file stat_accumulator.hh.
|
inline |
Definition at line 80 of file stat_accumulator.hh.