ExponentialMovingWindow.
mean
Calculate the ewm (exponential weighted moment) mean.
For NumPy compatibility and will not have an effect on the result.
Return type is the same as the original object.
See also
pandas.Series.ewm
Calling ewm with Series data.
pandas.DataFrame.ewm
Calling ewm with DataFrames.
pandas.Series.mean
Aggregating mean for Series.
pandas.DataFrame.mean
Aggregating mean for DataFrame.