Gets the array of estimates for the linear regression parameters corresponding to the dummy variables for the different factor levels.

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

Syntax

C#
public AnovaRegressionFactorParam[] RegressionFactorParameters { get; }
Visual Basic (Declaration)
Public ReadOnly Property RegressionFactorParameters As AnovaRegressionFactorParam()
Visual C++
public:
property array<AnovaRegressionFactorParam^>^ RegressionFactorParameters {
	array<AnovaRegressionFactorParam^>^ get ();
}

See Also