pandas.core.window.EWM.var¶
Exponential weighted moving variance.
- param bias
- bool, default False
Use a standard estimation bias correction. *args, **kwargs Arguments and keyword arguments to be passed into func.
- return
Series or DataFrame Return type is determined by the caller.
Warning
This feature is currently unsupported by Intel Scalable Dataframe Compiler