Class ByEma
java.lang.Object
io.deephaven.numerics.movingaverages.ByEma
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ByEmaSimple
An EMA which can compute aggregated EMAs without grouping and then ungrouping.
- See Also:
-
Nested Class Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
ByEma
(ByEma.BadDataBehavior nullBehavior, ByEma.BadDataBehavior nanBehavior) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract AbstractMa
double
update
(double value) double
double
double
double
-
Constructor Details
-
ByEma
-
-
Method Details
-
update
public double update(double value) -
update
-
update
-
update
-
update
-
createEma
-