| |
| | quadratic programming (Site not responding. Last check: 2007-10-08) |
 | | QP solves the standard quadratic programming problem: min{1/2x'Qx - x'R}, subject to constraints: Ax = B and Cx >= D, with bounds: Xl <= x <= Xu, where x is a vector of unknown coefficients, and Q, R, A, B, C, D, Xl, and Xu are known matrices. |
 | | Constrained least squares is a special case of the the quadratic programming problem. |
 | | The Mean-Variance and Mean-Semivariance models are quadratic programming problems where Q is the covariance matrix of a portfolio of stocks, bonds, options, etc., and R is a vector of their mean values. |
| www.scientific-solutions.ch /tech/gauss/qp.html (340 words) |
|