Learn R Programming

fEGarch (version 1.0.1)

show,fEGarch_fit_egarch-method: Show Method for Estimation Output

Description

Display estimation results from the EGARCH family in a convenient way in the console.

Usage

# 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)

Value

Nothing is returned. Results are printed in the R-console.

Arguments

object

an object returned by one of this package's fitting functions, for example fEGarch, fiaparch, figarch, etc.