Nonlinear |
The NonlinearObjectiveFunctionNonAllocatingBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | DegreeOfFreedom | Get the degree of freedom |
![]() | FunctionEvaluations | Get the number of calls to function. |
![]() | Gradient | Get the Gradient vector of x and p. |
![]() | Hessian | Get the Hessian matrix of x and p, J'WJ |
![]() | IsFixedByUser | Get whether parameters are fixed or free (by the user). |
![]() | IsFixedByUserOrBoundary | Array of the length NumberOfParameters. If an element is true, that parameter is either fixed by the user (see IsFixedByUser), or is fixed because it has reached a boundary. This array will be updated only at the end of the minimization process. |
![]() | IsGradientSupported | |
![]() | IsHessianSupported | |
![]() | JacobianEvaluations | Get the number of calls to jacobian. |
![]() | ModelValues | Get the y-values of the fitted model that correspond to the independent values. |
![]() | NegativeGradient | Get the negative gradient vector of x and p. |
![]() | NumberOfObservations | Get the number of observations. |
![]() | NumberOfParameters | Get the number of unknown parameters. |
![]() | ObservedY | Set or get the values of the observations. |
![]() | Point | Set or get the values of the parameters. |
![]() | SigmaSquare | Gets Chi²/(N-F+1) |
![]() | Value | Get the residual sum of squares. |
![]() | Weights | Set or get the values of the weights for the observations. |