Returns true if the model has an intercept parameter; otherwise, false.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public bool HasInterceptParameter { get; }
Visual Basic (Declaration)
Public ReadOnly Property HasInterceptParameter As Boolean
Visual C++
public:
property bool HasInterceptParameter {
	bool get ();
}

See Also