Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-stationary data handling #641

Open
RashidBakirov opened this issue Sep 18, 2023 · 1 comment
Open

Non-stationary data handling #641

RashidBakirov opened this issue Sep 18, 2023 · 1 comment

Comments

@RashidBakirov
Copy link

Description

This is not quite clear from the library documentation; does non-stationarity require explicit handling via e.g. differencing? If the answer depends on the model, please let me know which model requires such an approach. Many thanks!

Link

No response

@quant5
Copy link

quant5 commented May 8, 2024

There won't be a one-size fits all answer to this question. Some models e.g., ARIMA require stationary and attempt to handle the differencing for you. Depending on your data, you have to additional differencing, like seasonal differencing, to achieve stationarity. Other models like Holt-Winters do not require the data to be stationary at all.

A rule of thumb is that if the model is designed to accept data with non-stationary components like trend and seasonality, you don't need to handle them beforehand.

Suggested reading:
https://otexts.com/fpp3/stationarity.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants