Template Class StatBuffer

Nested Relationships

Nested Types

Inheritance Relationships

Base Type

Class Documentation

template<class T>
class StatBuffer : public swri_math_util::GenRingBuffer<T>

Public Functions

inline void modifyBufferSize(int NumElements)
inline StatBuffer()
inline explicit StatBuffer(int NumElements)
inline ~StatBuffer()
inline bool UpdateStats()
inline bool UpdateDiffStats()
inline T reportDiffMean()
inline T reportDiffMedian()
inline T reportDiffMin()
inline T reportDiffMax()
inline T reportMean()
inline T reportPartialMean(int NumToAvg)
inline T reportMedian()
inline T reportMin()
inline T reportMax()
inline T reportStd()
inline T reportVar()
inline T reportRetainedStats()