Click or drag to resize

NonlinearObjectiveFunctionNonAllocating Properties

The NonlinearObjectiveFunctionNonAllocating type exposes the following members.

Properties
 NameDescription
Public propertyDegreeOfFreedom Get the degree of freedom
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyFunctionEvaluations Get the number of calls to function.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyGradient Get the Gradient vector of x and p.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyHessian Get the Hessian matrix of x and p, J'WJ
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyIsFixedByUser Get whether parameters are fixed or free (by the user).
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyIsFixedByUserOrBoundary 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.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyIsGradientSupported
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyIsHessianSupported
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyJacobianEvaluations Get the number of calls to jacobian.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyModelValues Get the y-values of the fitted model that correspond to the independent values.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyNegativeGradient Get the negative gradient vector of x and p.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyNumberOfObservations Get the number of observations.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyNumberOfParameters Get the number of unknown parameters.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyObservedX Set or get the values of the independent variable.
Public propertyObservedY Set or get the values of the observations.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyPoint Set or get the values of the parameters.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertySigmaSquare Gets Chi²/(N-F+1)
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyValue Get the residual sum of squares.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyWeights Set or get the values of the weights for the observations.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Top
See Also