multivariate wavelet Whittle estimation for data as wavelet coefficients
multivariate wavelet Whittle estimation for data as wavelet coefficients
Evaluates the multivariate wavelet Whittle criterion at a given long-memory parameter vector d for the already wavelet decomposed data.
mww_wav_eval(d, xwav, index, LU =NULL)
Arguments
d: vector of long-memory parameters (dimension should match dimension of x).
xwav: wavelet coefficients matrix (with scales in rows and variables in columns).
index: vector containing the largest index of each band, i.e. for j>1 the wavelet coefficients of scale j are \codedwt(k) for k∈[\codeindmaxband(j−1)+1,\codeindmaxband(j)] and for j=1, \codedwt(k) for k∈[1,\codeindmaxband(1)].
LU: bivariate vector (optional) containing L, the lowest resolution in wavelet decomposition U, the maximal resolution in wavelet decomposition. (Default values are set to L=1, and U=Jmax.)
Details
L is fixing the lower limit of wavelet scales. L can be increased to avoid finest frequencies that can be corrupted by the presence of high frequency phenomena.
U is fixing the upper limit of wavelet scales. U can be decreased when highest frequencies have to be discarded.
Returns
multivariate wavelet Whittle criterion.
References
E. Moulines, F. Roueff, M. S. Taqqu (2009) A wavelet whittle estimator of the memory parameter of a nonstationary Gaussian time series. Annals of statistics, vol. 36, N. 4, pages 1925-1956
S. Achard, I. Gannaz (2016) Multivariate wavelet Whittle estimation in long-range dependence. Journal of Time Series Analysis, Vol 37, N. 4, pages 476-512. http://arxiv.org/abs/1412.0391.
S. Achard, I Gannaz (2019) Wavelet-Based and Fourier-Based Multivariate Whittle Estimation: multiwave. Journal of Statistical Software, Vol 89, N. 6, pages 1-31.