JIRA: https://jira.spring.io/browse/INT-4250 When retrieving the mean from `ExponentialMovingAverageRate` or `ExponentialMovingAverageRatio` via `getStatistics()` the mean did not decay over time. The mean did decay when using `getMean()`. This was caused by the statistics performance refactoring.