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

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

Syntax

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

See Also