Class for the univariate GARCH Multiple fit.
A virtual Class: No objects may be created from it.
Class GARCHfit
, directly.
Class rGARCH
, by class GARCHfit
, distance 3.
signature(object = "uGARCHmultifit")
:
Extracts the coefficients.
signature(object = "uGARCHmultifit")
:
Extracts the likelihood.
signature(object = "uGARCHmultifit")
:
Extracts the conditional sigma values.
signature(object = "uGARCHmultifit")
:
Extracts the fitted values.
signature(object = "uGARCHmultifit")
:
Extracts the residuals. Optional logical argument standardize
(default is FALSE) allows to extract the standardized residuals.
signature(object = "uGARCHmultifit")
:
Fit summary.
Alexios Ghalanos
Classes uGARCHmultiforecast
, uGARCHmultispec
and uGARCHmultifilter
.