OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
OpenMD::Utils::Accumulator< Vector< RealType, Dim > > Class Template Reference

Public Member Functions

void add (const Vector< RealType, Dim > &val)
 
std::size_t getCount () const
 
Vector< RealType, Dim > getLastValue () const
 
Vector< RealType, Dim > getTotal () const
 
Vector< RealType, Dim > getAverage () const
 
Vector< RealType, Dim > getVariance () const
 
Vector< RealType, Dim > getStdDev () const
 
Vector< RealType, Dim > get95percentConfidenceInterval () const
 

Detailed Description

template<unsigned int Dim>
class OpenMD::Utils::Accumulator< Vector< RealType, Dim > >

Definition at line 230 of file Accumulator.hpp.

Member Function Documentation

◆ add()

template<unsigned int Dim>
void OpenMD::Utils::Accumulator< Vector< RealType, Dim > >::add ( const Vector< RealType, Dim > & val)
inline

Definition at line 232 of file Accumulator.hpp.

◆ get95percentConfidenceInterval()

template<unsigned int Dim>
Vector< RealType, Dim > OpenMD::Utils::Accumulator< Vector< RealType, Dim > >::get95percentConfidenceInterval ( ) const
inline

Definition at line 286 of file Accumulator.hpp.

◆ getAverage()

template<unsigned int Dim>
Vector< RealType, Dim > OpenMD::Utils::Accumulator< Vector< RealType, Dim > >::getAverage ( ) const
inline

Definition at line 254 of file Accumulator.hpp.

◆ getCount()

template<unsigned int Dim>
std::size_t OpenMD::Utils::Accumulator< Vector< RealType, Dim > >::getCount ( ) const
inline

Definition at line 244 of file Accumulator.hpp.

◆ getLastValue()

template<unsigned int Dim>
Vector< RealType, Dim > OpenMD::Utils::Accumulator< Vector< RealType, Dim > >::getLastValue ( ) const
inline

Definition at line 246 of file Accumulator.hpp.

◆ getStdDev()

template<unsigned int Dim>
Vector< RealType, Dim > OpenMD::Utils::Accumulator< Vector< RealType, Dim > >::getStdDev ( ) const
inline

Definition at line 273 of file Accumulator.hpp.

◆ getTotal()

template<unsigned int Dim>
Vector< RealType, Dim > OpenMD::Utils::Accumulator< Vector< RealType, Dim > >::getTotal ( ) const
inline

Definition at line 248 of file Accumulator.hpp.

◆ getVariance()

template<unsigned int Dim>
Vector< RealType, Dim > OpenMD::Utils::Accumulator< Vector< RealType, Dim > >::getVariance ( ) const
inline

Definition at line 260 of file Accumulator.hpp.


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