OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions
StatAccumulator< MAX_MOMENT > Class Template Reference

#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

Detailed Description

template<unsigned int MAX_MOMENT = 4>
class ost::img::alg::StatAccumulator< MAX_MOMENT >

Definition at line 30 of file stat_accumulator.hh.


Constructor & Destructor Documentation

StatAccumulator ( )
inline

Definition at line 33 of file stat_accumulator.hh.


Member Function Documentation

Real GetKurtosis ( ) const
inline

Definition at line 180 of file stat_accumulator.hh.

Real GetMean ( ) const
inline

Definition at line 131 of file stat_accumulator.hh.

Real GetNumSamples ( ) const
inline

Definition at line 126 of file stat_accumulator.hh.

Real GetRootMeanSquare ( ) const
inline

Definition at line 160 of file stat_accumulator.hh.

Real GetSkewness ( ) const
inline

Definition at line 168 of file stat_accumulator.hh.

Real GetStandardDeviation ( ) const
inline

Definition at line 155 of file stat_accumulator.hh.

Real GetSum ( ) const
inline

Definition at line 139 of file stat_accumulator.hh.

Real GetVariance ( ) const
inline

Definition at line 144 of file stat_accumulator.hh.

void operator() ( Real  val)
inline

Definition at line 43 of file stat_accumulator.hh.

StatAccumulator<MAX_MOMENT> operator+ ( const StatAccumulator< MAX_MOMENT > &  acc2) const
inline

Definition at line 73 of file stat_accumulator.hh.

StatAccumulator<MAX_MOMENT>& operator+= ( const StatAccumulator< MAX_MOMENT > &  acc)
inline

Definition at line 80 of file stat_accumulator.hh.


The documentation for this class was generated from the following file: