Gromacs  2021.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
gmx::ExponentialMovingAverageState Struct Reference

#include <gromacs/math/exponentialmovingaverage.h>

Description

Store the state of exponential moving averages.

Public Attributes

real weightedSum_ = 0
 The weighted sum.
 
real weightedCount_ = 0
 The weighted count, used for bias correction.
 
bool increasing_ = false
 Remember if adding the latest data point increased the average.
 

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