Click or drag to resize

OptimizerGetMaxSharpeRatio Method

Gets the efficient portfolio with maximum Sharpe ratio.

Namespace: Austra.Library.MVO
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntax
C#
public static InterpolatedPortfolio? GetMaxSharpeRatio(
	Portfolio[] efficientFrontier,
	Matrix sigma,
	double riskFreeReturn
)

Parameters

efficientFrontier  Portfolio
The list of efficient portfolios.
sigma  Matrix
The covariance matrix.
riskFreeReturn  Double
The risk free return.

Return Value

InterpolatedPortfolio
An interpolated portfolio, or null, if it does not exist.
See Also