Learn R Programming

fEGarch (version 1.0.1)

fitted_object_generics: Generics for Accessing Model Estimation Output Elements

Description

Accessors for the output returned by the main fitting functions of the fEGarch package. The generics themselves are without use.

Usage

sigt(x)

cmeans(x)

etat(x)

llhood(x)

inf_criteria(x)

pars(x)

se(x)

vcov_mat(x)

Value

These generics do not return anything. Inspect the methods based on them for practical purpose.

Arguments

x

an object returned by either fEGarch, fiaparch or figarch, etc.

Details

These generics are without direct use. Consider the specific methods based on them.