Nonlinear |
The NonlinearObjectiveFunctionNonAllocating type exposes the following members.
| Name | Description | |
|---|---|---|
| DegreeOfFreedom |
Get the degree of freedom.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| FunctionEvaluations |
Get the number of calls to function.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| Gradient |
Get the Gradient vector. G = J'(y - f(x; p))
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| Hessian |
Get the approximated Hessian matrix. H = J'J
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| IsFixedByUser |
Gets whether parameters are fixed or free (by the user).
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| IsFixedByUserOrBoundary |
Gets or sets an array of the same length as the parameter array.
If an element in this vector is , that parameter is either fixed by the user or fixed because the corresponding parameter has reached a boundary.
This array is updated only at the end of the minimization process.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| IsGradientSupported |
Gets a value indicating whether the gradient can be provided by the model.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| IsHessianSupported |
Gets a value indicating whether the Hessian can be provided by the model.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| JacobianEvaluations |
Get the number of calls to jacobian.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| ModelValues |
Get the y-values of the fitted model that correspond to the independent values.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| NegativeGradient |
Gets the negative gradient vector. -G = -J'(y - f(x; p)).
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| NumberOfObservations |
Gets the number of observations.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| NumberOfParameters |
Gets the number of unknown parameters.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| ObservedX | Gets or sets the values of the independent variable. | |
| ObservedY |
Get the y-values of the observations.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| Point |
Get the values of the parameters.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| SigmaSquare |
Gets Chi²/(N-F+1).
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| Value |
Get the residual sum of squares.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| Weights |
Gets or sets the values of the weights for the observations.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) |