Description Usage Arguments Details Value Author(s) References
Method for creating a DCC-GARCH forecast object.
1 2 |
fit |
A |
n.ahead |
The forecast horizon. |
n.roll |
The no. of rolling forecasts to create beyond the first one (see details). |
external.forecasts |
A list with forecasts for the external regressors in the mean and/or variance equations if specified (see details). |
cluster |
A cluster object created by calling |
... |
. |
When using n.roll
, it is assumed that dccfit
was called
with argument ‘out.sample’ being large enough to cover n-rolling
forecasts.
When n.roll = 0, all forecasts are based on an unconditional n-ahead forecast
routine based on the approximation method described in ENGLE and SHEPPARD (2001)
paper (see reference below). If any external regressors are present, then the
user must pass in their unconditional forecasts in the ‘external.forecasts’
list, as matrices with dimensions equal to n.ahead x n.assets. This assumes
that the univariate GARCH specifications share common external regressors
(this may change in the future).
When n.roll>0 and n.ahead = 1, then this is a pure rolling forecast based on the
available out.sample data provided for in the call to the fit routine. It is
also assumed that if any external regressors were passed to the fit routine that
they contained enough values to cover the out.sample period so that they could
be used in this forecast scenario.
The case of n.roll > 0 AND n.ahead > 1 is not implemented.
A DCCforecast
object containing details of the DCC-GARCH
forecast.
Alexios Galanos
Engle, R.F. and Sheppard, K. 2001, Theoretical and empirical properties of
dynamic conditional correlation multivariate GARCH, NBER Working Paper.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.