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

xreg with predicted values #153

Open
config-i1 opened this issue Dec 14, 2020 · 2 comments
Open

xreg with predicted values #153

config-i1 opened this issue Dec 14, 2020 · 2 comments
Labels
ADAM Issues related to ADAM mañana
Projects

Comments

@config-i1
Copy link
Owner

There should be a mechanism of defining, which variables should be predicted and which should be used as is. A method preparing explanatory variables is needed.

When the variable is marked for prediction this is what should happen inside the function:

  1. Predict each marked explanatory variable;
  2. Use fitted values for the estimation;
  3. Use point forecasts for forecasting;
  4. Use covariances between variables for the variance calculation;
  5. Use (3) and (4) for the final forecasts.

The related issue: how to make this work with pure multiplicative and mixed models.

@config-i1 config-i1 added the ADAM Issues related to ADAM label Dec 14, 2020
@config-i1 config-i1 added this to To Do in ADAM Dec 16, 2020
@Steviey
Copy link

Steviey commented Jan 31, 2021

+1

@config-i1 config-i1 moved this from To Do to In Progress in ADAM May 21, 2022
@config-i1
Copy link
Owner Author

This related to the project https://github.com/config-i1/greybox/projects/2

@config-i1 config-i1 moved this from In Progress to To Do in ADAM May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADAM Issues related to ADAM mañana
Projects
ADAM
To Do
Development

No branches or pull requests

2 participants