Exponential rolling objects#

RollingExp(obj, windows[, window_type, ...])

Exponentially-weighted moving window object.

RollingExp.mean([keep_attrs])

Exponentially weighted moving average.

RollingExp.sum([keep_attrs])

Exponentially weighted moving sum.