Click or drag to resize

NonlinearMinimizationResult Properties

The NonlinearMinimizationResult type exposes the following members.

Properties
 NameDescription
Public propertyCorrelation Returns the correlation matrix at the minimizing point.
Public propertyCovariance Returns the covariance matrix at minimizing point.
Public propertyIsFixedByUserOrBoundaries Gets for each parameter, whether it is fixed either because it was fixed by the user, or because it is stuck at a boundary.
Public propertyIterations Gets the number of iterations performed by the minimizer.
Public propertyMinimizedValues Returns the y-values of the fitted model that correspond to the independent values.
Public propertyMinimizingPoint Returns the best fit parameters.
Public propertyModelInfoAtMinimum Gets the objective model evaluated at the minimizing point.
Public propertyNumberOfFixedParameters Gets the number of fixed parameters (fixed either by the user, or because they are stuck at a boundary).
Public propertyNumberOfFreeParameters Gets the number of free (non-fixed) parameters.
Public propertyNumberOfParameters Gets the total number of parameters.
Public propertyReasonForExit Gets the exit condition reported by the minimizer.
Public propertyStandardErrors Returns the standard errors of the corresponding parameters
Top
See Also