Nonlinear Regression Model.Curve Property
Gets or sets the NonlinearCurve that defines the nonlinear model.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A NonlinearCurve.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public NonlinearCurve Curve { get; set; }
Property Value
NonlinearCurveA NonlinearCurve.
Remarks
This property should be set to a type that inherits from NonlinearCurve. After the model is fitted, this property returns the curve with the best-fit parameters.