How to impose restrictions on a parameter matrix

7 views (last 30 days)
Suppose you want to estimate a VAR(1) model and you declare the matrix X (independent variable) and Y (dependent variable).
Estimating a VAR model can then be done via OLS, so b=(X'X)\X'Y. However, how can you impose restrictions such that the eigenvalues of this b matrix are between -1 and 1.
This way the VAR model is stable.

Answers (1)

Hang Qian
Hang Qian on 4 Nov 2015
Hi Imner,
Eigenvalue restrictions are nonlinear constraints imposed on the least square estimators. To estimate parameters, we may consider functions like FMINCON which supports nonlinear constraints. However, if some constraints are binding, inference might be challenging.
Bayesian VAR is an alternative and we could impose parameter constraints with rejection sampling.

Categories

Find more on Systems of Nonlinear Equations in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!