Learn R Programming

fGarch (version 3042.83.1)

show-methods: GARCH Modelling Show Methods

Description

Show methods for GARCH Modelling.

Arguments

Methods

object = "ANY"

Generic function.

object = "fGARCH"

Print function for objects of class "fGARCH".

object = "fGARCHSPEC"

Print function for objects of class "fGARCH".

Examples

Run this code
# NOT RUN {
## garchSpec -
   spec = garchSpec()
   print(spec)

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

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

Run the code above in your browser using DataLab