spec_generics {fEGarch} | R Documentation |
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
Arguments
x |
the input object or object to modify. |
value |
the value to modify the object |
Details
These generics are intended to provide a basis to construct methods
for adjusting the the output of model specification objects like
egarch_spec()
.
Value
These generics themselves do not return anything and are just the foundation for more sophisticated methods.
[Package fEGarch version 1.0.1 Index]