Gets or sets the name of the intercept parameter.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property InterceptParameterName As String |
| C# |
|---|
public string InterceptParameterName { get; set; } |
| C++ |
|---|
public: String^ InterceptParameterName { String^ get (); void set (String^ value); } |
Value
The name of the parameter.
Remarks
The intercept parameter has no corresponding independent variable.
Its name has to be supplied separately. The default is DefaultInterceptParameterName.