Click or drag to resize

OptimizerGetEfficientFrontier Method

Executes the mean-variance optimizer in order to find the efficient frontier.

Namespace: Austra.Library.MVO
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public static Portfolio[] GetEfficientFrontier(
	Inputs input
)

Parameters

input  Inputs
Contains all data for the algorithm.

Return Value

Portfolio
A list of portfolio weights plus the associated lambda.
See Also