The NonlinearRegression type exposes the following members.

Properties

NameDescription
AbsoluteTolerance
The absolute function tolerance.
Coefficients
The regression coefficients.
DFError
The degrees of freedom for error.
Digits
The number of good digits in the residuals.
ErrorStatus
Characterizes the performance of NonlinearRegression.
FalseConvergenceTolerance
The false convergence tolerance.
GradientTolerance
The gradient tolerance.
Guess
The initial guess of the parameter values.
InitialTrustRegion
The initial trust region radius.
MaxIterations
The maximum number of iterations allowed during optimization
MaxStepsize
The maximum allowable stepsize.
R
A copy of the R matrix.
Rank
The rank of the matrix.
RelativeTolerance
The relative function tolerance
Scale
The scaling array for theta.
StepTolerance
The step tolerance.

See Also