Click or drag to resize

IObjectiveModelEvaluation Properties

The IObjectiveModelEvaluation type exposes the following members.

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