powered by
The number of non-zero coefficients are taken as the degrees of freedom. Use with care for VARMA.
get_ic_vals(mod, verbose = TRUE)
Model estimated Model estimated using sparseVAR, sparseVARX, or sparseVARMA
sparseVAR
sparseVARX
sparseVARMA
Should information about the optimal selection be printed?
dat <- simVAR(periods=200, k=2, p=5, decay = 0.01) mod <- sparseVAR(Y=scale(dat$Y)) ics <- get_ic_vals(mod)
Run the code above in your browser using DataLab