Module splr::primitive::ema

source ·
Expand description

methods on clause activity

Structs§

  • Exponential Moving Average, with a calibrator if feature EMA_calibration is on.
  • Exponential Moving Average pair, with a calibrator if feature EMA_calibration is on.
  • Ema of Sequence of usize
  • Equally-Weighted-Average, namely, Average
  • Exponential Moving Average pair, with a calibrator if feature EMA_calibration is on.

Traits§

  • API for observing EMA.
  • API for Exponential Moving Average, EMA, like get, reset, update and so on.