Nonlinear |
The NonlinearModelOfFitEnsemble type exposes the following members.
| Name | Description | |
|---|---|---|
| _accuracyOrder |
The desired accuracy order to evaluate the jacobian by numerical approximaiton.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| _coefficients |
Coefficients for the model.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| _f1 |
Temporary function-evaluation vectors used for numerical differentiation.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| _f2 |
Temporary function-evaluation vectors used for numerical differentiation.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| _f3 |
Temporary function-evaluation vectors used for numerical differentiation.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| _f4 |
Temporary function-evaluation vectors used for numerical differentiation.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| _f5 |
Temporary function-evaluation vectors used for numerical differentiation.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| _f6 |
Temporary function-evaluation vectors used for numerical differentiation.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| _functionValue |
The residual sum of squares, residuals * residuals.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| _hasFunctionValue |
Indicates if the function value has been computed.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| _hasJacobianValue |
Indicates if the jacobian has been computed.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| _hessianValue |
The Hessian matrix.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| _jacobianValue |
The Jacobian matrix.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| _jacobianValueTransposed |
The Jacobian matrix, transposed.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| _negativeGradientValue |
The Gradient vector.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| _residuals |
The weighted error values.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) | |
| L |
Gets or sets the Cholesky factorization of the weights = LL'.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase) |