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
Similarly to lag, it's very common to use differenced time series in analysis. Would a differencing function be a good addition to the package? Where I think it could be especially useful is fractional or high-order differencing (which gets more complex than just x .- lag(x)).
The text was updated successfully, but these errors were encountered:
Similarly to
lag
, it's very common to use differenced time series in analysis. Would a differencing function be a good addition to the package? Where I think it could be especially useful is fractional or high-order differencing (which gets more complex than justx .- lag(x)
).The text was updated successfully, but these errors were encountered: