필터 지우기
필터 지우기

How to impose restrictions on a parameter matrix

조회 수: 2 (최근 30일)
Imner Renmi
Imner Renmi 2015년 9월 7일
답변: Hang Qian 2015년 11월 4일
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.

답변 (1개)

Hang Qian
Hang Qian 2015년 11월 4일
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.

카테고리

Help CenterFile Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by