Class for the ARFIMA filter.
filter
:Object of class "vector"
model
:Object of class "vector"
Class "ARFIMA"
, directly.
Class "rGARCH"
, by class "ARFIMA", distance 2.
signature(object = "ARFIMAfilter")
:
Extracts the coefficients.
signature(object = "ARFIMAfilter")
:
Extracts the filtered values.
signature(object = "ARFIMAfilter")
:
Calculates and returns various information criteria.
signature(object = "ARFIMAfilter")
:
Extracts the likelihood.
signature(object = "ARFIMAfilter")
:
Extracts the residuals. Optional logical argument standardize
(default is FALSE) allows to extract the standardized residuals.
signature(object = "ARFIMAfilter")
:
Filter summary.
signature(object = "ARFIMAfilter")
:
Calculates and returns the unconditional mean. Takes additional arguments
‘method’ with option for “analytical” or “simulation”,
‘n.sim’ for the number of simulations (if that method was chosen, and
defaults to 100000) and ‘rseed’ for the simulation random generator
initialization seed. Note that the simulation method is only available for
a fitted object or specification with fixed parameters, and not for the
filtered object.
Alexios Ghalanos