Click or drag to resize

MeanVarianceOptimization Class

Allows to perform mean-variance portfolio optimization.
Inheritance Hierarchy
SystemObject
  FinMath.PortfolioOptimizationMeanVarianceOptimization

Namespace:  FinMath.PortfolioOptimization
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public class MeanVarianceOptimization

The MeanVarianceOptimization type exposes the following members.

Constructors
  NameDescription
Public methodMeanVarianceOptimization(Vector, Matrix)
Creates an instance of the class that performs mean-variance portfolio optimization.
Public methodMeanVarianceOptimization(Vector, Matrix, Vector, Vector)
Creates an instance of the class that performs mean-variance portfolio optimization.
Top
Properties
  NameDescription
Public propertyMaximumReturn
Maximal possible return.
Public propertyMaximumReturnPortfolio
Maximum return portfolio.
Public propertyMaximumReturnRisk
Risk of maximum return portfolio.
Public propertyMinimumRisk
Minimal possible risk.
Public propertyMinimumRiskPortfolio
Minimum risk portfolio.
Public propertyMinimumRiskReturn
Return corresponding to minimum risk portfolio.
Public propertyPortfolioReturn
Return of the efficient portfolio.
Public propertyPortfolioRisk
Risk of the efficient portfolio.
Public propertyPortfolioWeights
Weights of the assets of the efficient portfolio.
Top
Methods
  NameDescription
Public methodEfficientPortfolio
Finds portfolio on the efficient frontier with given expected return.
Public methodEfficientPortfolioRiskAversion
Finds efficient portfolio for given iso-elastic utility function.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFindCriticalPoints
Finds critical points of efficient frontier.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also