Calculate forecasts at specified horizons
Calculate forecasts at specified horizons.
horizonForecastsCompiled(obj, data, horizons=1:4, discard.before=minimumStartupLag(obj)) ## S3 method for class 'SS' horizonForecastsCompiled(obj, data, horizons=1:4, discard.before=minimumStartupLag(obj)) ## S3 method for class 'ARMA' horizonForecastsCompiled(obj, data, horizons=1:4, discard.before=minimumStartupLag(obj))
obj |
see horizonForecasts. |
data |
see horizonForecasts. |
horizons |
see horizonForecasts. |
discard.before |
see horizonForecasts. |
Internal function not to be called by users. See horizonForecasts.
See horizonForecasts.
data("eg1.DSE.data.diff", package="dse") model <- estVARXls(eg1.DSE.data.diff) z <- horizonForecasts(model, eg1.DSE.data.diff)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.