Learn R Programming

rugarch (version 1.0-3)

uGARCHspec-class: class: Univariate GARCH Specification Class

Description

Class for the univariate GARCH specification.

Arguments

Extends

Class "GARCHspec", directly. Class "rGARCH", by class "GARCHspec", distance 2.

See Also

Classes uGARCHfit, uGARCHsim and uGARCHforecast.

Examples

Run this code
# Basic GARCH(1,1) Spec
spec = ugarchspec()
spec

Run the code above in your browser using DataLab