You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indicators already has rolling and running (expanding) stats, but having exponentially weighted versions of these would be useful to calculate things like exponentially weighted standard deviation and all the other rolling statistics.
Having access to this functionality (as in pandas ewm) would be useful because exponentially weighted stats have less lag than simple moving or expanding windows.
The text was updated successfully, but these errors were encountered:
Indicators already has rolling and running (expanding) stats, but having exponentially weighted versions of these would be useful to calculate things like exponentially weighted standard deviation and all the other rolling statistics.
Having access to this functionality (as in pandas ewm) would be useful because exponentially weighted stats have less lag than simple moving or expanding windows.
The text was updated successfully, but these errors were encountered: