Click or drag to resize

Inputs Class

Portfolio data for the Mean-Variance Optimizer.
Inheritance Hierarchy
SystemObject
  Austra.Library.MVOInputs

Namespace: Austra.Library.MVO
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+e1037fa8802b3ff162e26559d763b73334940b70
Syntax
C#
public sealed class Inputs

The Inputs type exposes the following members.

Constructors
 NameDescription
Public methodInputs(DVector, NVector)Initializes portfolio data for the Mean-Variance Optimizer.
Public methodInputs(Int32, NVector)Initializes portfolio data for the Mean-Variance Optimizer.
Top
Properties
 NameDescription
Public propertyAllowDegenerateWhen true, degenerate problems are given a second chance.
Public propertyConstraintsGets the number of constraints.
Public propertyConstraintsLHSGets the left-hand side of constraints.
Public propertyConstraintsRHSGets coefficients from the right-hand side of constraints.
Public propertyConstraintTypesGets the type for each constraint.
Public propertyCovGets or sets the covariance matrix.
Public propertyEndLambdaGets or sets the minimum allowed lambda.
Public propertyLowerLimitsGets the lower limits for weights.
Public propertyMaxCornerPortfoliosGets or sets maximum numbers of CLR iterations.
Public propertyMeanGets the expected returns.
Public propertySecuritiesGets the number of securities in the portfolio.
Public propertyUpperLimitsGets the upper limits for weights.
Public propertyVariablesGets the total number of variables.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetConstraintsSets the constraint left hand and right hand sides.
Public methodSetCovariance(DVector)Initializes the covariance matrix from a linear array.
Public methodSetCovariance(Matrix)Initializes the covariance matrix from another matrix.
Public methodSetExpectedReturnsSets the expected returns for each security.
Public methodSetLowerBoundariesSets the lower limits for the weights of each security.
Public methodSetUpperBoundariesSets the upper limits for the weights of each security.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also