OptimizerGetTargetReturnEfficientPortfolio Method
Looks at the efficient frontier for an efficient portfolio with
an expected return.
Namespace: Austra.Library.MVOAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static InterpolatedPortfolio? GetTargetReturnEfficientPortfolio(
Portfolio[] efficientFrontier,
Matrix sigma,
double expectedReturn
)
- efficientFrontier Portfolio
- The list of efficient portfolios.
- sigma Matrix
- The covariance matrix.
- expectedReturn Double
- The expected return.
InterpolatedPortfolioAn interpolated portfolio, or null, if it does not exist.