powered by
GSE Estimates the memory parameter of a vector valued long memory process.
GSE
GSE(X, m = m, l = 1)
data matrix with T observations of q-dimensional process.
bandwith parameter specifying the number of Fourier frequencies used for the estimation. Usually floor(1+T^delta), where 0<delta<1.
floor(1+T^delta)
integer that specifies the number of Fourier frequencies (l-1) that are trimmed.
Shimotsu, K. (2007): Gaussian semiparametric estimation of multivariate fractionally integrated processes. Journal of Econometrics, Vol. 137, No. 2, pp. 277 - 310.
# NOT RUN { T<-500 d1<-0.4 d2<-0.2 data<-FI.sim(T, q=2, rho=0.5, d=c(d1,d2)) ts.plot(data, col=1:2) GSE(data, m=floor(1+T^0.7)) # }
Run the code above in your browser using DataLab