The NonlinearRegression type exposes the following members.

Constructors

NameDescription
NonlinearRegression
Constructs a new nonlinear regression object.

Methods

NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetCoefficient
Returns the estimate for a coefficient.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetSSE
Returns the sums of squares for error.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Solve
Solves the least squares problem and returns the regression coefficients.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

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