NonlinearRegressionModel.Curve Property

Gets or sets the NonlinearCurve that defines the nonlinear model.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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