bispeces
performs indirect bivariate spectral estimation of two series y1, y2 using lagwindows
bispeces
performs indirect bivariate spectral estimation of two series y1, y2 using lagwindowsbispeces(y1, y2, q, win = "bartlett")
y1
: vector, the first time seriesy2
: vector, the second time seriesq
: number of covariances used for indirect spectral estimationwin
: lagwindow (possible: "bartlett", "parzen", "tukey")out data frame with columns: - f: frequencies 0, 1/n, 2/n, ... (<= 1/2 )
coh: estimated coherency at Fourier frequencies 0,1/n, ...
ph: estimated phase at Fourier frequencies 0,1/n, ...
data(ICECREAM) y <- ICECREAM out <- bispeces(y[,1],y[,2],8,win="bartlett")
Useful links