Click or drag to resize
NonlinearRegression Properties

The NonlinearRegression type exposes the following members.

Properties
  NameDescription
Public propertyAbsoluteTolerance
The absolute function tolerance.
Public propertyCoefficients
The regression coefficients.
Public propertyDFError
The degrees of freedom for error.
Public propertyDigits
The number of good digits in the residuals.
Public propertyErrorStatus
Characterizes the performance of NonlinearRegression.
Public propertyFalseConvergenceTolerance
The false convergence tolerance.
Public propertyGradientTolerance
The gradient tolerance.
Public propertyGuess
The initial guess of the parameter values.
Public propertyInitialTrustRegion
The initial trust region radius.
Public propertyMaxIterations
The maximum number of iterations allowed during optimization
Public propertyMaxStepsize
The maximum allowable stepsize.
Public propertyR
A copy of the R matrix.
Public propertyRank
The rank of the matrix.
Public propertyRelativeTolerance
The relative function tolerance
Public propertyScale
The scaling array for theta.
Public propertyStepTolerance
The step tolerance.
Top
See Also