Learn R Programming

dse (version 2014.11-1)

horizonForecastsCompiled: 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.

Value

  • See horizonForecasts.

concept

DSE

Details

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

See Also

horizonForecasts

Examples

Run this code
data("eg1.DSE.data.diff", package="dse")
model <- estVARXls(eg1.DSE.data.diff)
z <-  horizonForecasts(model, eg1.DSE.data.diff)

Run the code above in your browser using DataLab