Click or drag to resize
NonlinLeastSquares Properties

The NonlinLeastSquares type exposes the following members.

Properties
  NameDescription
Public propertyAbsoluteTolerance
The absolute function tolerance.
Public propertyDigits
The number of good digits in the function.
Public propertyErrorStatus
Get information about the performance of NonlinLeastSquares.
Public propertyFalseConvergenceTolerance
The false convergence tolerance.
Public propertyGradientTolerance
The scaled gradient tolerance.
Public propertyInitialTrustRegion
The initial trust region radius.
Public propertyMaximumIterations
The maximum number of iterations allowed.
Public propertyMaximumStepsize
The maximum allowable stepsize to use.
Public propertyNumberOfProcessors
Perform the parallel calculations with the maximum possible number of processors set to NumberOfProcessors.
Public propertyParallel
Enable or disable performing NonlinLeastSquares.IFunction.F in parallel.
Public propertyRelativeTolerance
The relative function tolerance.
Public propertyStepTolerance
The scaled step tolerance.
Top
See Also