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

Implement/demo a restricted VAR model #265

Open
brookslogan opened this issue Oct 31, 2023 · 1 comment
Open

Implement/demo a restricted VAR model #265

brookslogan opened this issue Oct 31, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@brookslogan
Copy link
Contributor

See description of use case / idea here. This particular case actually sounds like it might be AR plus an ARX model (or is it VAR plus VARX?), so this may be an instance of composing models (a generalization of iterative 1-ahead models; see connected issue here).

@brookslogan brookslogan added the enhancement New feature or request label Oct 31, 2023
@brookslogan brookslogan added this to the [Idea] Wishlist milestone Oct 31, 2023
@dajmcdon
Copy link
Contributor

My understanding from the slack thread is that this is essentially just arx_forecaster(). Though perhaps what they really want is to not have the training data become further out-of-date as the horizon increases resulting in an iterative approach? I would have thought that fable combined with cases as exogenous would have done this, though it's not immediately clear how it would forecast cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants