-
Notifications
You must be signed in to change notification settings - Fork 215
[ENH] AR forecaster #3033
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
base: main
Are you sure you want to change the base?
[ENH] AR forecaster #3033
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Thank you for contributing to
|
if we have TAR and SETAR, seem natural to have AR.
I'll do this with OLS parameter setting. We already have a statsmodels burg version in transformers to benchmark against. A long time ago I implemented the Durban-Levinson method for this, might dig it out to compare. This is not ready, still draft and will wait until TAR is in so I can consolidate common methods