The DO Loop

Statistical programming in SAS with an emphasis on SAS/IML programs
Analytics | Programming Tips
Rick Wicklin 3
Quadratic optimization in SAS

At SAS Global Forum last week, I saw a poster that used SAS/IML to optimized a quadratic objective function that arises in financial portfolio management (Xia, Eberhardt, and Kastin, 2017). The authors used the Newton-Raphson optimizer (NLPNRA routine) in SAS/IML to optimize a hypothetical portfolio of assets. The Newton-Raphson algorithm

1 113 114 115 116 117 169