NonlinearRegressionModel.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#
public NonlinearCurve Curve { get; set; }

Property Value

NonlinearCurve
A 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.

See Also