
d
.
mfw_cov_eval(d, x, m)
m
. The optimal value depends on the spectral properties of the time series such as the presence of short range dependence. In Shimotsu (2007), m
is chosen to be equal to $N^0.65$.
S. Achard, I. Gannaz (2014)
Multivariate wavelet Whittle estimation in long-range dependence. arXiv, http://arxiv.org/abs/1412.0391
mfw_eval
, mfw
### Simulation of ARFIMA(0,\code{d},0)
rho <- 0.4
cov <- matrix(c(1,rho,rho,1),2,2)
d <- c(0.4,0.2)
J <- 9
N <- 2^J
resp <- varfima(N, d, cov_matrix=cov)
x <- resp$x
long_run_cov <- resp$long_run_cov
m <- 57 ## default value of Shimotsu
G <- mfw_cov_eval(d,x,m) # estimation of the covariance matrix when d is known
Run the code above in your browser using DataLab