A collection of generics for accessors of the model specification objects.
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
These generics themselves do not return anything and are just the foundation for more sophisticated methods.
the input object or object to modify.
the value to modify the object x
with.
These generics are intended to provide a basis to construct methods
for adjusting the the output of model specification objects like
egarch_spec()
.