GARCH(1, 1) forecasting function
garch11f(x, h = 5, level = c(80, 95))
Arguments
- x
a univariate time series
- h
number of periods for forecasting
- level
confidence levels for prediction intervals
Examples
x <- ts(fGarch::garchSim()$garch)
# (obj <- garch11f(x))