Click or drag to resize

NonlinearObjectiveFunctionNonAllocating Properties

The NonlinearObjectiveFunctionNonAllocating type exposes the following members.

Properties
 NameDescription
Public propertyDegreeOfFreedom Gets the degrees of freedom.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyFunctionEvaluations Gets or sets the number of calls to the objective function.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyGradient Gets the gradient vector. G = J'(y - f(x; p)).
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyHessian Gets the approximated Hessian matrix. H = J'J.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyIsFixedByUser Gets whether parameters are fixed or free (by the user).
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyIsFixedByUserOrBoundary 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)
Public propertyIsGradientSupported Gets a value indicating whether the gradient can be provided by the model.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyIsHessianSupported Gets a value indicating whether the Hessian can be provided by the model.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyJacobianEvaluations Gets or sets the number of calls to the Jacobian.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyModelValues Gets the y-values of the fitted model that correspond to the independent values.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyNegativeGradient Gets the negative gradient vector. -G = -J'(y - f(x; p)).
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyNumberOfObservations Gets the number of observations.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyNumberOfParameters Gets the number of unknown parameters.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyObservedX Gets or sets the values of the independent variable.
Public propertyObservedY Gets the y-values of the observations.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyPoint Gets the values of the parameters.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertySigmaSquare Gets Chi²/(N-F+1).
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyValue Gets the residual sum of squares.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Public propertyWeights Gets or sets the values of the weights for the observations.
(Inherited from NonlinearObjectiveFunctionNonAllocatingBase)
Top
See Also