フィルターのクリア

fmincon (how to set square of a parameter in a constraint)

4 ビュー (過去 30 日間)
Fara
Fara 2011 年 2 月 6 日
I am trying to build a multivariate BEKK on GARCH(1,1), where H(t) = kk' + a'e(t-1)e(t-1)'a + b'H(t-1)b.
One of the constraints is to set a^2 + b^2 < 1 for the fmincon.
How can I set up square of a parameter for A as in Ax = b?

回答 (2 件)

Bruno Luong
Bruno Luong 2011 年 2 月 6 日
You can't use Ax=b formulation. Your constraint is non-linear constraint so use the non-linear constraint formulation.

Fara
Fara 2011 年 2 月 6 日
Thanks.
Haven't tried it before. Will check it out.

カテゴリ

Help Center および File ExchangeNonlinear Optimization についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by