Gets the intercept.

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

Syntax

C#
public double Intercept { get; }
Visual Basic (Declaration)
Public ReadOnly Property Intercept As Double
Visual C++
public:
property double Intercept {
	double get ();
}

Remarks

Returns zero if there is no intercept.

See Also