5  Convex optimization

Published

October 26, 2025

5.1 Introduction

This is how we minimize \(\sigma\).

1 Jagannathan & Ma (2003).

2 Boyd & Vandenberghe (2004).

3 Markowitz (1956).

4 Bailey & López de Prado (2013).

5 Markowitz, Starer, Fram, & Gerber (2019).

5.2 No-shorts efficient frontier

Solve

\[ \vec{w}_{\ast} = \underset{w}{\mathrm{argmin}}\ \vec{w}^\intercal \, V \, \vec{w} \]

such that

\[ \vec{w} \cdot \vec{1} = 1 \]

\[ \vec{w} \cdot \vec{\mu} = r_{\ast} \]

and with further optional constraints

\[ A \, \vec{w} \geq \vec{b} \]

TODO: Discuss optimizing the no-shorts frontier.

5.3 Projection onto a simplex

6 Condat (2016).