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 operator+ (const StatAccumulator &acc2) const
StatAccumulatoroperator+= (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

Detailed Description

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

Definition at line 29 of file stat_accumulator.hh.


Constructor & Destructor Documentation

StatAccumulator ( )
inline

Definition at line 32 of file stat_accumulator.hh.


Member Function Documentation

Real GetKurtosis ( ) const
inline

Definition at line 179 of file stat_accumulator.hh.

Real GetMean ( ) const
inline

Definition at line 130 of file stat_accumulator.hh.

Real GetNumSamples ( ) const
inline

Definition at line 125 of file stat_accumulator.hh.

Real GetRootMeanSquare ( ) const
inline

Definition at line 159 of file stat_accumulator.hh.

Real GetSkewness ( ) const
inline

Definition at line 167 of file stat_accumulator.hh.

Real GetStandardDeviation ( ) const
inline

Definition at line 154 of file stat_accumulator.hh.

Real GetSum ( ) const
inline

Definition at line 138 of file stat_accumulator.hh.

Real GetVariance ( ) const
inline

Definition at line 143 of file stat_accumulator.hh.

void operator() ( Real  val)
inline

Definition at line 42 of file stat_accumulator.hh.

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

Definition at line 72 of file stat_accumulator.hh.

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

Definition at line 79 of file stat_accumulator.hh.


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