Description Usage Arguments Details Value See Also Examples
Calculate forecasts at specified horizons.
1 2 3 4 5 6 7 8 | 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.
1 2 3 | data("eg1.DSE.data.diff", package="dse")
model <- estVARXls(eg1.DSE.data.diff)
z <- horizonForecasts(model, eg1.DSE.data.diff)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.