Package xbot.common.math
Class MovingAverage<T>
java.lang.Object
xbot.common.math.MovingAverage<T>
- Direct Known Subclasses:
MovingAverageForDouble
,MovingAverageForTranslation2d
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionMovingAverage
(MovingAverage.SumFunction<T> sumFunction, T initialValue, int size) -
Method Summary
-
Constructor Details
-
MovingAverage
-
-
Method Details
-
add
-
getAverage
-