show,fEGarch_fit_egarch-method | R Documentation |
Display estimation results from the EGARCH family in a convenient way in the console.
## S4 method for signature 'fEGarch_fit_egarch'
show(object)
## S4 method for signature 'fEGarch_fit_loggarch'
show(object)
## S4 method for signature 'fEGarch_fit_aparch'
show(object)
## S4 method for signature 'fEGarch_fit_gjrgarch'
show(object)
## S4 method for signature 'fEGarch_fit_tgarch'
show(object)
## S4 method for signature 'fEGarch_fit_garch'
show(object)
## S4 method for signature 'fEGarch_fit_fiaparch'
show(object)
## S4 method for signature 'fEGarch_fit_figjrgarch'
show(object)
## S4 method for signature 'fEGarch_fit_fitgarch'
show(object)
## S4 method for signature 'fEGarch_fit_figarch'
show(object)
## S4 method for signature 'fEGarch_fit_rugarch_wrapper'
show(object)
## S4 method for signature 'fEGarch_distr_est'
show(object)
object |
an object returned by one of this package's fitting functions,
for example |
Nothing is returned. Results are printed in the R-console.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.