Class AccumulatorOperators.ExpMovingAvg

java.lang.Object
org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.ExpMovingAvg
All Implemented Interfaces:
AggregationExpression, MongoExpression
Enclosing class:
AccumulatorOperators

public static class AccumulatorOperators.ExpMovingAvg extends Object
AccumulatorOperators.ExpMovingAvg calculates the exponential moving average of numeric values.
Since:
3.3
Author:
Christoph Strobl