Main Content

Vector Error-Correction Models

Multivariate linear models including cointegrating relations and exogenous predictor variables

Vector-error correction (VEC) models, or cointegrated VAR models, address nonstationarity in multivariate time series resulting from co-movements of multiple response series. For an example of an analysis using VEC modeling tools, see Model the United States Economy.

Apps

Econometric ModelerAnalyze and model econometric time series

Functions

expand all

vecmCreate vector error-correction (VEC) model
estimateFit vector error-correction (VEC) model to data
inferInfer vector error-correction (VEC) model innovations
summarizeDisplay estimation results of vector error-correction (VEC) model
arma2arConvert ARMA model to AR model
arma2maConvert ARMA model to MA model
vec2varConvert VEC model to VAR model
var2vecConvert VAR model to VEC model
varmConvert vector error-correction (VEC) model to vector autoregression (VAR) model
simulateMonte Carlo simulation of vector error-correction (VEC) model
filterFilter disturbances through vector error-correction (VEC) model
irfGenerate vector error-correction (VEC) model impulse responses (Since R2019a)
fevdGenerate vector error-correction (VEC) model forecast error variance decomposition (FEVD) (Since R2019a)
forecastForecast vector error-correction (VEC) model responses

Topics

Interactive

Programmatic