goGARCHroll-class: class: GO-GARCH Roll Class

Description Objects from the Class Slots Extends Methods Author(s)

Description

Class for the GO-GARCH Roll.

Objects from the Class

The class is returned by calling the function gogarchroll.

Slots

forecast:

Object of class "vector" which contains the rolling forecasts of the distributional parameters for each factor.

spec:

Object of class "goGARCHspec".

Extends

Class "mGARCHroll", directly. Class "GARCHroll", by class "mGARCHroll", distance 2. Class "rGARCH", by class "mGARCHroll", distance 3.

Methods

rcov

signature(object = "goGARCHroll"): Returns the time-varying NxN covariance matrix in array format.

rcor

signature(object = "goGARCHroll"): Returns the time-varying NxN correlation matrix in array format.

convolution

signature(object = "goGARCHroll"):
function:
convolution(object, weights, fft.step = 0.01, fft.by = 0.0001, fft.support = c(-1, 1), support.method = c("user", "adaptive"), use.ff = TRUE, parallel = FALSE, parallel.control = list(pkg = c("multicore", "snowfall"), cores = 2), trace = 0,...)
The convolution method takes a goGARCHroll object and a weights vector or matrix and calculates the weighted density. If a vector is given, it must be the same length as the number of assets, otherwise a matrix with row dimension equal to the row dimension of the filtered dataset (i.e. less any lags). In the case of the multivariate normal distribution, this simply returns the linear and quadratic transformation of the mean and covariance matrix, while in the multivariate affine NIG distribution this is based on the numerical inversion by FFT of the characteristic function. In that case, the “fft.step” option determines the stepsize for tuning the characteristic function inversion, “fft.by” determines the resolution for the equally spaced support given by “fft.support”, while the use of the “ff” package is recommended to avoid memory problems on some systems and is turned on via the “use.ff” option. The “support.method” option allows either a fixed support range to be given (option ‘user’), else an adaptive method is used based on the min and max of the assets at each point in time at the 0.00001 and 1-0.00001 quantiles. The range is equally spaced subject to the “fft.by” value but the returned object no longer makes of the “ff” package returning instead a list. Finally, the option for parallel computation is available, though it is far more efficient to use (in unix based systems only) using the “multicore” package than “snowfall”.

Author(s)

Alexios Ghalanos


rgarch documentation built on May 2, 2019, 5:22 p.m.