pandas / 0.25.0 / reference / api / pandas.core.window.ewm.mean.html /

pandas.core.window.EWM.mean

EWM.mean(self, *args, **kwargs) [source]

Exponential weighted moving average.

Parameters:
*args, **kwargs

Arguments and keyword arguments to be passed into func.

Returns:
Series or DataFrame

Return type is determined by the caller.

See also

Series.ewm
Series ewm.
DataFrame.ewm
DataFrame ewm.

© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.25.0/reference/api/pandas.core.window.EWM.mean.html