powered by
For given spectral densities S and SC computes ratio SC %*% S^{-1} at each frequency.
S
SC
SC %*% S^{-1}
freqdom.ratio(SC, S, n = NULL, K = NULL, Kconst = NULL)
first spectral density
second spectral density (square)
number of observations used for estimation - the precision of inversion is calculated using this parameter
for inversion as in freqdom.inverse
freqdom.inverse
used for heuristing in reg.dim.est
reg.dim.est
Frequency Domain Operator object
reg.dim.est, freqdom.product, freqdom.inverse
freqdom.product
# NOT RUN { n = 100 X = rar(n) Y = rar(n) SYX = spectral.density(X,Y) SXX = spectral.density(X) R = freqdom.ratio(SYX,SXX,n) # }
Run the code above in your browser using DataLab