| uGARCHmultifit-class {rugarch} | R Documentation |
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.
signature(object = "uGARCHmultifit"):
Fit summary.
Methods for coef, likelihood, fitted, sigma and residuals provide extractor
functions for those values.
Alexios Ghalanos
Classes uGARCHmultiforecast, uGARCHmultispec
and uGARCHmultifilter.