Learn R Programming

fEGarch (version 1.0.1)

spec_generics: Generics for Model Specification Accessors

Description

A collection of generics for accessors of the model specification objects.

Usage

orders(x)

powers(x)

long_memo(x)

modulus(x)

cond_dist(x)

include_mean(x)

orders(x) <- value

powers(x) <- value

long_memo(x) <- value

modulus(x) <- value

cond_dist(x) <- value

include_mean(x) <- value

Value

These generics themselves do not return anything and are just the foundation for more sophisticated methods.

Arguments

x

the input object or object to modify.

value

the value to modify the object x with.

Details

These generics are intended to provide a basis to construct methods for adjusting the the output of model specification objects like egarch_spec().