For given spectral densities S
and SC
computes ratio SC %*% S^{-1}
at each frequency.
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
used for heuristing in reg.dim.est
Frequency Domain Operator object
# 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