powered by
arfima
The distance between modes of an arfima fit.
distance(ans, p = 2, digits = 4)
A list of two data frames: one with distances in operator space, the second with distances in the transformed (PACF) space.
An object of class "arfima".
The p in the p-norm to be used.
The number of digits to print.
JQ (Justin) Veensta
Veenstra, J.Q. Persistence and Antipersistence: Theory and Software (PhD Thesis)
# \donttest{ set.seed(8564) sim <- arfima.sim(1000, model = list(phi = c(0.2, 0.1), dfrac = 0.4, theta = 0.9)) fit <- arfima(sim, order = c(2, 0, 1), back=TRUE) fit distance(fit) # }
Run the code above in your browser using DataLab