choose_var | R Documentation |
This function computes AIC, FPE, BIC, and HQ up to p = lag_max
of VAR model.
choose_var(y, lag_max = 5, include_mean = TRUE, parallel = FALSE)
y |
Time series data of which columns indicate the variables |
lag_max |
Maximum Var lag to explore (default = 5) |
include_mean |
Add constant term (Default: |
parallel |
Parallel computation using |
Minimum order and information criteria values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.