show-methods {fGarch} | R Documentation |
Show methods for GARCH Modelling.
Generic function.
Print function for objects of class "fGARCH"
.
Print function for objects of class "fGARCH"
.
Diethelm Wuertz for the Rmetrics R-port.
## garchSpec - spec = garchSpec() print(spec) ## garchSim - x = garchSim(spec, n = 500) ## garchFit - fit = garchFit(~ garch(1, 1), data = x) print(fit)