Class AnovaRegressionParameter provides information about a
regression parameter used to perform an analysis of variance by class
TwoWayAnova.
Namespace:
CenterSpace.NMath.StatsAssembly: 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.
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
System..::.Object
CenterSpace.NMath.Stats..::.LinearRegressionParameter
CenterSpace.NMath.Stats..::.AnovaRegressionParameter
CenterSpace.NMath.Stats..::.AnovaRegressionFactorParam
CenterSpace.NMath.Stats..::.AnovaRegressionInteractionParam
CenterSpace.NMath.Stats..::.LinearRegressionParameter
CenterSpace.NMath.Stats..::.AnovaRegressionParameter
CenterSpace.NMath.Stats..::.AnovaRegressionFactorParam
CenterSpace.NMath.Stats..::.AnovaRegressionInteractionParam