public class MvoModel
MvoModel(DVector, Matrix) | Creates and calculates a MVO model. |
MvoModel(DVector, Series) | Creates and calculates a MVO model. |
MvoModel(DVector, Matrix, Series) | Creates and calculates a MVO model. |
MvoModel(DVector, Matrix, String) | Creates and calculates a MVO model. |
MvoModel(DVector, Matrix, DVector, DVector) | Creates and calculates a MVO model. |
MvoModel(DVector, Matrix, DVector, DVector, Series) | Creates and calculates a MVO model. |
MvoModel(DVector, Matrix, DVector, DVector, String) | Creates and calculates a MVO model. |
Covariance | The covariance matrix. |
First | Gets the first portfolio in the efficient frontier. |
ItemIndex | Gets a portfolio in the efficient frontier. |
ItemInt32 | Gets a portfolio in the efficient frontier. |
Labels | The name of the assets. |
Last | Gets the last portfolio in the efficient frontier. |
Length | Gets the number of portfolios in the efficient frontier. |
LowerLimits | Lower limits for the weights. |
Portfolios | Portfolios in the efficient frontier. |
Returns | Expected returns. |
Size | Number of assets in the model. |
UpperLimits | Upper limits for the weights. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
SetConstraints(Matrix, DVector) | Add equality constraints to the model. |
SetConstraints(Matrix, DVector, NVector) | Add constraints to the model. |
SetConstraints(Matrix, DVector, Int32) | Add constraints to the model. |
ToString | Gets a textual representation of the model. (Overrides ObjectToString) |