Package io.deephaven.numerics.movingaverages
-
Class Summary Class Description AbstractMa Base class for computing moving averages.ByEma An EMA which can compute aggregated EMAs without grouping and then ungrouping.ByEma.Key ByEmaSimple An engine aware EMA which can compute "groupBy" emas without grouping and then ungrouping.Ema An EMA.EmaArray An array of EMAs with different timescales.ExponentiallyDecayedSum A sum where the values are decayed at an exponential rate to zero. -
Enum Summary Enum Description AbstractMa.Mode AbstractMa.Type ByEma.BadDataBehavior