show,fEGarch_fit_egarch-method {fEGarch} | R Documentation |
Show Method for Estimation Output
Description
Display estimation results from the EGARCH family in a convenient way in the console.
Usage
## 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)
Arguments
object |
an object returned by one of this package's fitting functions,
for example |
Value
Nothing is returned. Results are printed in the R-console.
[Package fEGarch version 1.0.1 Index]