OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
OpenMD::Utils::Accumulator< std::vector< RealType > > Class Reference
+ Inheritance diagram for OpenMD::Utils::Accumulator< std::vector< RealType > >:

Public Member Functions

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

Static Public Attributes

static constexpr RealType BinEmptyFlag
 

Detailed Description

Definition at line 146 of file Accumulator.hpp.

Member Function Documentation

◆ add()

void OpenMD::Utils::Accumulator< std::vector< RealType > >::add ( const std::vector< RealType > & val)
inline

Definition at line 153 of file Accumulator.hpp.

◆ get95percentConfidenceInterval()

std::vector< RealType > OpenMD::Utils::Accumulator< std::vector< RealType > >::get95percentConfidenceInterval ( ) const
inline

Definition at line 213 of file Accumulator.hpp.

◆ getAverage()

std::vector< RealType > OpenMD::Utils::Accumulator< std::vector< RealType > >::getAverage ( ) const
inline

Definition at line 189 of file Accumulator.hpp.

◆ getCount()

std::size_t OpenMD::Utils::Accumulator< std::vector< RealType > >::getCount ( ) const
inline

Definition at line 183 of file Accumulator.hpp.

◆ getLastValue()

std::vector< RealType > OpenMD::Utils::Accumulator< std::vector< RealType > >::getLastValue ( ) const
inline

Definition at line 185 of file Accumulator.hpp.

◆ getStdDev()

std::vector< RealType > OpenMD::Utils::Accumulator< std::vector< RealType > >::getStdDev ( ) const
inline

Definition at line 202 of file Accumulator.hpp.

◆ getTotal()

std::vector< RealType > OpenMD::Utils::Accumulator< std::vector< RealType > >::getTotal ( ) const
inline

Definition at line 187 of file Accumulator.hpp.

◆ getVariance()

std::vector< RealType > OpenMD::Utils::Accumulator< std::vector< RealType > >::getVariance ( ) const
inline

Definition at line 191 of file Accumulator.hpp.

Member Data Documentation

◆ BinEmptyFlag

constexpr RealType OpenMD::Utils::Accumulator< std::vector< RealType > >::BinEmptyFlag
staticconstexpr
Initial value:
=
std::numeric_limits<RealType>::max()

Definition at line 150 of file Accumulator.hpp.


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