Extracts the theoretical autocovariance functions (tacvfs) from a fitted
arfima
or one of its modes (an ARFIMA
) object.
tacvf(obj, xmaxlag = 0, forPred = FALSE, n.ahead = 0, nuse = -1, ...)
A list of tacvfs, one for each mode, the length of the time series.
An object of class "arfima" or "ARFIMA". The latter class is a mode of the former.
The number of extra points to be added on to the end. That is, if the original series has length 300, and xmaxlag = 5, the tacvfs will go from lag 0 to lag 304.
Should only be TRUE
from a call to
predict.arfima
.
Only used internally.
Only used internally.
Optional arguments, currently not used.
JQ (Justin) Veenstra
Veenstra, J.Q. Persistence and Antipersistence: Theory and Software (PhD Thesis)
plot.tacvf
, print.tacvf
,
tacfplot
, arfima