Gets or sets the NonlinearCurve that defines the nonlinear model.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Curve As NonlinearCurve |
| C# |
|---|
public NonlinearCurve Curve { get; set; } |
| C++ |
|---|
public: NonlinearCurve^ Curve { NonlinearCurve^ get (); void set (NonlinearCurve^ value); } |
Value
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.