ARFIMAspec-class {rugarch} | R Documentation |
Class for the ARFIMA specification.
model
:Object of class "vector"
Class "ARFIMA"
, directly.
Class "rGARCH"
, by class "ARFIMA", distance 2.
signature(object = "ARFIMAspec")
:
Specification summary.
signature(object = "ARFIMAspec",
value = "vector")
:
Sets the fixed parameters (which must be supplied as a named list).
signature(object = "ARFIMAspec",
value = "vector")
:
Sets the starting parameters (which must be supplied as a named list).
signature(object = "ARFIMAspec")
:
Returns the unconditional mean of a specification which has been assigned
fixed parameters.
Alexios Ghalanos