Class ByEmaSimple
java.lang.Object
io.deephaven.numerics.movingaverages.ByEma
io.deephaven.numerics.movingaverages.ByEmaSimple
- All Implemented Interfaces:
Serializable
An engine aware EMA which can compute "groupBy" emas without grouping and then ungrouping.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.deephaven.numerics.movingaverages.ByEma
ByEma.BadDataBehavior, ByEma.Key
-
Constructor Summary
ConstructorDescriptionByEmaSimple
(ByEma.BadDataBehavior nullBehavior, ByEma.BadDataBehavior nanBehavior, AbstractMa.Mode mode, double timescale, TimeUnit timeUnit) ByEmaSimple
(ByEma.BadDataBehavior nullBehavior, ByEma.BadDataBehavior nanBehavior, AbstractMa.Type type, AbstractMa.Mode mode, double timescale, TimeUnit timeUnit) -
Method Summary
-
Constructor Details
-
ByEmaSimple
public ByEmaSimple(ByEma.BadDataBehavior nullBehavior, ByEma.BadDataBehavior nanBehavior, AbstractMa.Mode mode, double timescale, TimeUnit timeUnit) -
ByEmaSimple
public ByEmaSimple(ByEma.BadDataBehavior nullBehavior, ByEma.BadDataBehavior nanBehavior, AbstractMa.Type type, AbstractMa.Mode mode, double timescale, TimeUnit timeUnit)
-
-
Method Details