Display estimation results from the EGARCH family in a convenient way in the console.
# S4 method for fEGarch_fit_egarch
show(object)# S4 method for fEGarch_fit_loggarch
show(object)
# S4 method for fEGarch_fit_aparch
show(object)
# S4 method for fEGarch_fit_gjrgarch
show(object)
# S4 method for fEGarch_fit_tgarch
show(object)
# S4 method for fEGarch_fit_garch
show(object)
# S4 method for fEGarch_fit_fiaparch
show(object)
# S4 method for fEGarch_fit_figjrgarch
show(object)
# S4 method for fEGarch_fit_fitgarch
show(object)
# S4 method for fEGarch_fit_figarch
show(object)
# S4 method for fEGarch_fit_rugarch_wrapper
show(object)
# S4 method for fEGarch_distr_est
show(object)
Nothing is returned. Results are printed in the R-console.
an object returned by one of this package's fitting functions,
for example fEGarch
,
fiaparch
, figarch
, etc.