I have a linear model with bootstrapped standard errors for the parameters. I then used a separate data set to generate out-of-sample forecasts using this model. I would like to make prediction intervals for these forecast values, but when I try to generate the standard errors of the forecasts using the command, "predict PIse,stdf" I get an error that says, "option stdf not allowed after bootstrap estimation r(198);" However, it does allow me to generate the standard error of the prediction using the command, "predict, CIse, stdp" which can be used to make confidence intervals.
Why am I able to estimate the standard errors of the predictions after bootstrap estimation but not able to estimate the standard errors of the forecasts?
Is there a mathematical reason why standard errors of the forecasts cannot be calculated after bootstrap estimation, or is it a software limitation?
Why am I able to estimate the standard errors of the predictions after bootstrap estimation but not able to estimate the standard errors of the forecasts?
Is there a mathematical reason why standard errors of the forecasts cannot be calculated after bootstrap estimation, or is it a software limitation?
Comment