50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


freqdom (version 1.0.4)

lagreg.est: Estimate the optimal dimension in linear regression problem

Description

Estimate regression operator Pk (matrices d×d) in model Yt=lLPkXtl+εt, where Xt is a d-dimensional stationary process and εt forms a white noise.

Usage

lagreg.est(X, Y, lags = -5:5, K = NULL, Kconst = 1)

Arguments

X

regressors process

Y

response process

lags

lags which should be estimated

K

how many directions should be inverted (as in pseudoinverse)

Kconst

constant for heuristic (as in reg.dim.est)

Value

Estimated regression operator

References

Siegfried Hormann and Lukasz Kidzinski A note on estimation in Hilbertian linear models Research report, 2012

See Also

reg.dim.est, speclagreg

Examples

Run this code
# 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