MVFRONTIER

Solve for the Mean-Variance efficient frontier. Optimize for multiple portfolios to evaluate trade-offs.

Description

Solve for multiple mean-variance optimal portfolios on the efficient frontier. Evaluate the absolute return and risk tradeoffs. The function allows you to specify both linear and non-linear constraints and is able to account for friction penalties (transaction costs).

The convexity of the efficient frontier may not necessarily hold when transaction costs are present.

Syntax

The following describes the function signature for use in Microsoft Excel's formula bar.

=MVFRONTIER(P, mu, sigma, rho, wInitial, tc, lb, ub, constraints)

Input(s)

Output(s)

The output matrix follows the vector orientation of mu (column / row). If you have specified your inputs as column-vectors, the corresponding output matrix will be transpose of the above.

Example

Last updated