Click or drag to resize

NonlinearRegressionResult Properties

The NonlinearRegressionResult type exposes the following members.

Properties
  NameDescription
Public propertyParameters
Gets the parameters of the regression.
(Inherited from FitResult.)
Public propertyResiduals
Gets a list of the residuals of the fit.
(Overrides ResidualsResultResiduals.)
Public propertySumOfSquaredResiduals
Gets the sum of the squares of all residuals.
(Overrides ResidualsResultSumOfSquaredResiduals.)
Top
See Also