Class AnovaRegressionParameter provides information about a regression parameter used to perform an analysis of variance by class TwoWayAnova.

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

Syntax

C#
[SerializableAttribute]
public class AnovaRegressionParameter : LinearRegressionParameter
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class AnovaRegressionParameter _
	Inherits LinearRegressionParameter
Visual C++
[SerializableAttribute]
public ref class AnovaRegressionParameter : public LinearRegressionParameter

Remarks

Instances of class AnovaRegressionParameter are returned by properties and member functions on class TwoWayAnova. They cannot be constructed independently.
AnovaRegressionParameter derives from LinearRegressionParameter, which provides properties for computing the t statistic, p-value for the t statistic, and confidence intervals for individual regression parameters.
AnovaRegressionParameter is the base class for AnovaRegressionFactorParam and AnovaRegressionInteractionParam.

Inheritance Hierarchy

See Also