powered by
The sample mean is asymptotically efficient.
arfima0(z, order = c(0, 0, 0), lmodel = c("FD", "FGN", "PLA", "NONE"))
list with components:
transformed optimal parameters
estimate of alpha
estimate of H
estimate of d
estimate of phi
estimate of theta
optimized value of Whittle approximate log-likelihood
corresponding exact log-likelihood
convergence indicator
time series
(p,d,q) where p=order AR, d=regular difference, q=order MA
type of long-memory component: FD, FGN, PLA or NONE
JQ (Justin) Veenstra and A. I. McLeod
z <- rnorm(100) arfima0(z, lmodel="FGN")
Run the code above in your browser using DataLab