Specifies the default name of the intercept parameter for regression models.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Const DefaultInterceptParameterName As String
C#
public const string DefaultInterceptParameterName
C++
public:
literal String^ DefaultInterceptParameterName

Remarks

This field specifies the default value for the intercept parameter of the regression, if one exists. The name of the intercept parameter of a model can be set using the InterceptParameterName property.

See Also