Gromacs
2026.0-dev-20241213-9ac17bb
|
#include <gromacs/math/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. | |