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

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

Syntax

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

See Also