nts.gamma.lassoreg | R Documentation |
Function to estimate gamma, using l1 penalty ###
nts.gamma.lassoreg( Y, X, Z, alpha, beta, Omega, lambda = matrix(seq(from = 1, to = 0.01, length = 10), nrow = 1), p, cutoff = 0.8, intercept = F, exo = NULL, tol = 1e-04, fixed = FALSE )
Y |
Response Time Series |
X |
Time Series in Differences |
Z |
Time Series in Levels |
alpha |
Estimate of the adjustment coefficients |
beta |
Estimate of the cointegrating vector |
Omega |
estimate of inverse error covariance matrix |
lambda |
tuning paramter short-run effects |
p |
number of lagged differences |
cutoff |
cutoff value time series cross-validation approach |
intercept |
F do not include intercept, T include intercept |
tol |
tolerance parameter glmnet function |
A list containing: gamma: estimate of short-run effects P: transformation matrix P derived from Omega
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.