Last chance! 50% off unlimited learning
Sale ends in
Estimate regression operator
lagreg.est(X, Y, lags = -5:5, K = NULL, Kconst = 1)
regressors process
response process
lags which should be estimated
how many directions should be inverted (as in pseudoinverse
)
constant for heuristic (as in reg.dim.est
)
Estimated regression operator
Siegfried Hormann and Lukasz Kidzinski A note on estimation in Hilbertian linear models Research report, 2012
# NOT RUN {
X = rar(100)
e = rar(100)
Y = X + 0.3 * e
Psi = lagreg.est(X,Y,lags=0:2)
# }
Run the code above in your browser using DataLab