Learn R Programming

micvar (version 0.1.0)

Order Selection in Vector Autoregression by Mean Square Information Criteria

Description

Implements order selection for Vector Autoregressive (VAR) models using the Mean Square Information Criterion (MIC). Unlike standard methods such as AIC and BIC, MIC is likelihood-free. This method consistently estimates VAR order and has robust performance under model misspecification. For more details, see Hellstern and Shojaie (2025) .

Copy Link

Version

Install

install.packages('micvar')

Version

0.1.0

License

GPL (>= 3)

Maintainer

Michael Hellstern

Last Published

December 8th, 2025

Functions in micvar (0.1.0)

gen_coef_mat

Simulate coefficient matrices with specified density
micvar

Estimate order by mean square information criteria (MIC)
verify_stability

Verify stability of a vector autoregressive model
sim_var

Simulate data from a vector autoregressive model with specified coefficient matrices