fmincon (how to set square of a parameter in a constraint)
    조회 수: 3 (최근 30일)
  
       이전 댓글 표시
    
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?
댓글 수: 0
답변 (2개)
  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.
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

