I was trying to implement SARIMA+GARCH(1,1) on R, but there is no option in fGarch to do that. Hence, I run GARCH on residuals from SARIMA, and it worked well. However, I don't know how to implement both results on my forecast 6 n.ahead in R. The expected value would be the same theorically, but the Confidence Intervals would change. Could you provide some explanation, and the code? Thank you.
Asked
Active
Viewed 132 times
fGarchallows ARMA in the mean but no restrictions.rugarchallows both, so you could just use that. Also, you mean prediction interval, not confidence interval. – Chris Haug Dec 09 '21 at 23:40