Learn R Programming

fGarch (version 290.76)

show-methods: GARCH Modelling Show Methods

Description

Show methods for GARCH Modelling.

Arguments

Examples

Run this code
## 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