Gets the intercept parameter from the linear regression that was used to compute the ANOVA.

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

Syntax

C#
public AnovaRegressionParameter RegressionInterceptParameter { get; }
Visual Basic (Declaration)
Public ReadOnly Property RegressionInterceptParameter As AnovaRegressionParameter
Visual C++
public:
property AnovaRegressionParameter^ RegressionInterceptParameter {
	AnovaRegressionParameter^ get ();
}

See Also