Learn R Programming

rugarch (version 1.4-2)

uGARCHmultifit-class: class: Univariate GARCH Multiple Fit Class

Description

Class for the univariate GARCH Multiple fit.

Arguments

Objects from the Class

A virtual Class: No objects may be created from it.

Extends

Class '>GARCHfit, directly. Class '>rGARCH, by class '>GARCHfit, distance 3.

Methods

coef

signature(object = "uGARCHmultifit"): Extracts the coefficients.

likelihood

signature(object = "uGARCHmultifit"): Extracts the likelihood.

sigma

signature(object = "uGARCHmultifit"): Extracts the conditional sigma values.

fitted

signature(object = "uGARCHmultifit"): Extracts the fitted values.

residuals

signature(object = "uGARCHmultifit"): Extracts the residuals. Optional logical argument standardize (default is FALSE) allows to extract the standardized residuals.

show

signature(object = "uGARCHmultifit"): Fit summary.

See Also

Classes '>uGARCHmultiforecast, '>uGARCHmultispec and '>uGARCHmultifilter.