xarray.core.rolling_exp.RollingExp

class xarray.core.rolling_exp.RollingExp(obj, windows, window_type='span')

Exponentially-weighted moving window object. Similar to EWM in pandas

Parameters
Returns

RollingExp

Return type

type of input argument

__init__(obj, windows, window_type='span')

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(obj, windows[, window_type])

Initialize self.

mean([keep_attrs])

Exponentially weighted moving average