[ RaisePartner ]
CONTACT US HOME COMPANY PRODUCTS RP QUANT ADVISORY RP QUANT INDICES  
 
Glossary Quant Corner
a b c d e f g h i j k l m n o p q r s t u v w x y z #
 
img RP Quant Global Macro Index  
August 10 : +0.88% <
July 10 : +2.72% <
June 10 : +1.17% <
img
Quant Corner
Subscription to the Newsletter
:: SDP

SDP stands for Semi-Definite Programming.

SDP is a generatization of Linear Programming (LP) and Second Order Cone Programming (SOCP) to the cone of positive semidefinite matrices.

Basically, a SDP problem is a LP problem where the positivity constraint is replaced by a semidefinite positivity constraint on the matrix X. The standard form of the primal problem is:

Minx trace(CX)    s.t.   X є Cn and trace (AiX) = bi ,  i=1,...,N

where Cn is the convex cone of semidefinite positive matrices, also called Semidefinite Cone.

SDP differs from LP and SOCP in the type of conic constraints. Whereas LP and SOCP constraints lie respectively within the positive orthant and the Lorentz cone, SDP constraints are semidefinite cone constraints.

A wide range of optimization problems in finance can be cast as SDP problems, such as portfolio optimization problems, model calibration and matrix calibration.



See also : Lorentz cone, Quadratic Programming (QP), Risk Filtering, SOCP,