Click or drag to resize

IObjectiveModel Properties

The IObjectiveModel type exposes the following members.

Properties
 NameDescription
Public propertyDegreeOfFreedom Gets the degrees of freedom.
(Inherited from IObjectiveModelEvaluation)
Public propertyFunctionEvaluations Gets or sets the number of calls to the objective function.
(Inherited from IObjectiveModelEvaluation)
Public propertyGradient Gets the gradient vector. G = J'(y - f(x; p)).
(Inherited from IObjectiveModelEvaluation)
Public propertyHessian Gets the approximated Hessian matrix. H = J'J.
(Inherited from IObjectiveModelEvaluation)
Public propertyIsGradientSupported Gets a value indicating whether the gradient can be provided by the model.
(Inherited from IObjectiveModelEvaluation)
Public propertyIsHessianSupported Gets a value indicating whether the Hessian can be provided by the model.
(Inherited from IObjectiveModelEvaluation)
Public propertyJacobianEvaluations Gets or sets the number of calls to the Jacobian.
(Inherited from IObjectiveModelEvaluation)
Public propertyModelValues Gets the y-values of the fitted model that correspond to the independent values.
(Inherited from IObjectiveModelEvaluation)
Public propertyObservedY Gets the y-values of the observations.
(Inherited from IObjectiveModelEvaluation)
Public propertyPoint Gets the values of the parameters.
(Inherited from IObjectiveModelEvaluation)
Public propertyValue Gets the residual sum of squares.
(Inherited from IObjectiveModelEvaluation)
Public propertyWeights Gets the values of the weights for the observations.
(Inherited from IObjectiveModelEvaluation)
Top
See Also