0
votes
0answers
51 views

Bootstrap Prediction Intervals

My question concerns the construction of forecast prediction intervals using bootstrapping. I have a 36 month time series, which I am using to perform point forecasts for the next 12 months using ...
0
votes
1answer
218 views

Why doesn't the exponential smoothing forecast package in R provide confidence intervals for the fitted values?

The upper and lower prediction intervals for the forecast periods are provided by the forecast() function. However, neither prediction or confidence intervals seem to be available for the fitted ...