| show-methods {fGarch} | R Documentation |
Show methods for GARCH Modelling, i.e., methods for the
show() generic function (which typically and also here
are also used as the print methods for S4 objects.
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() spec # print() or show() it ## garchSim - x = garchSim(spec, n = 500) ## garchFit - fit = garchFit(~ garch(1, 1), data = x) fit # == print(fit) and also == show(fit)