When I compared the output of predict.lm to forecast.TSLM the prediction intervals are wider. Looking at the code, it appears predict.lm uses the t distribution (as I'd expect) while forecast.TSLM uses the normal distribution.
Perhaps this is a convention in the time series world but if so could it be documented?
Happy to provide a MWE if that helps.
When I compared the output of predict.lm to forecast.TSLM the prediction intervals are wider. Looking at the code, it appears predict.lm uses the t distribution (as I'd expect) while forecast.TSLM uses the normal distribution.
Perhaps this is a convention in the time series world but if so could it be documented?
Happy to provide a MWE if that helps.