IObjective |
The IObjectiveModelEvaluation type exposes the following members.
| Name | Description | |
|---|---|---|
| DegreeOfFreedom | Gets the degrees of freedom. | |
| FunctionEvaluations | Gets or sets the number of calls to the objective function. | |
| Gradient | Gets the gradient vector. G = J'(y - f(x; p)). | |
| Hessian | Gets the approximated Hessian matrix. H = J'J. | |
| IsGradientSupported | Gets a value indicating whether the gradient can be provided by the model. | |
| IsHessianSupported | Gets a value indicating whether the Hessian can be provided by the model. | |
| JacobianEvaluations | Gets or sets the number of calls to the Jacobian. | |
| ModelValues | Gets the y-values of the fitted model that correspond to the independent values. | |
| ObservedY | Gets the y-values of the observations. | |
| Point | Gets the values of the parameters. | |
| Value | Gets the residual sum of squares. | |
| Weights | Gets the values of the weights for the observations. |