show-methods {fGarch}R Documentation

GARCH Modelling Show Methods

Description

Show methods for GARCH Modelling.

Methods

object = "ANY"

Generic function.

object = "fGARCH"

Print function for objects of class "fGARCH".

object = "fGARCHSPEC"

Print function for objects of class "fGARCH".

Author(s)

Diethelm Wuertz for the Rmetrics R-port.

Examples

## garchSpec -
   spec = garchSpec()
   print(spec)

## garchSim -
   x = garchSim(spec, n = 500) 

## garchFit - 
   fit = garchFit(~ garch(1, 1), data = x)
   print(fit)

[Package fGarch version 2110.80.1 Index]