MeanVarianceOptimization Class |
Namespace: FinMath.PortfolioOptimization
public class MeanVarianceOptimization
The MeanVarianceOptimization type exposes the following members.
Name | Description | |
---|---|---|
![]() | MeanVarianceOptimization(Vector, Matrix) |
Creates an instance of the class that performs mean-variance portfolio optimization.
|
![]() | MeanVarianceOptimization(Vector, Matrix, Vector, Vector) |
Creates an instance of the class that performs mean-variance portfolio optimization.
|
Name | Description | |
---|---|---|
![]() | MaximumReturn |
Maximal possible return.
|
![]() | MaximumReturnPortfolio |
Maximum return portfolio.
|
![]() | MaximumReturnRisk |
Risk of maximum return portfolio.
|
![]() | MinimumRisk |
Minimal possible risk.
|
![]() | MinimumRiskPortfolio |
Minimum risk portfolio.
|
![]() | MinimumRiskReturn |
Return corresponding to minimum risk portfolio.
|
![]() | PortfolioReturn |
Return of the efficient portfolio.
|
![]() | PortfolioRisk |
Risk of the efficient portfolio.
|
![]() | PortfolioWeights |
Weights of the assets of the efficient portfolio.
|
Name | Description | |
---|---|---|
![]() | EfficientPortfolio |
Finds portfolio on the efficient frontier with given expected return.
|
![]() | EfficientPortfolioRiskAversion |
Finds efficient portfolio for given iso-elastic utility function.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FindCriticalPoints |
Finds critical points of efficient frontier.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |