fitted_object_generics {fEGarch}R Documentation

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)

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.

Value

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


[Package fEGarch version 1.0.1 Index]