smooth icon indicating copy to clipboard operation
smooth copied to clipboard

xreg with predicted values

Open config-i1 opened this issue 4 years ago • 2 comments

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 avatar Dec 14 '20 23:12 config-i1

+1

Steviey avatar Jan 31 '21 18:01 Steviey

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

config-i1 avatar May 21 '22 11:05 config-i1