Gromacs
2021.4
|
#include <gromacs/math/exponentialmovingaverage.h>
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. | |