horizonForecastsCompiled {dse2}R Documentation

Calculate forecasts at specified horizons

Description

Calculate forecasts at specified horizons.

Usage

   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))

Arguments

obj see horizonForecasts.
data see horizonForecasts.
horizons see horizonForecasts.
discard.before see horizonForecasts.
... see horizonForecasts.

Details

Internal function not to be called by users. See horizonForecasts.

Value

See horizonForecasts.

See Also

horizonForecasts

Examples

data("eg1.DSE.data.diff", package="dse1")
model <- estVARXls(eg1.DSE.data.diff)
z <-  horizonForecasts(model, eg1.DSE.data.diff)

[Package dse2 version 2008.10-1 Index]