lagreg.est: Estimate the optimal dimension in linear regression problem
Description
Estimate regression operator \(P_k\) (matrices \(d \times d\)) in model
$$Y_t = \sum_{l \in L} P_k X_{t-l} + \varepsilon_t,$$ where \(X_t\) is a \(d\)-dimensional stationary process
and \(\varepsilon_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)