Anova Row Type Enumeration
Enumerates the possible types of rows in an AnovaTable.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public enum AnovaRowType
Remarks
The rows in an AnovaTable can be of one of three types, and they play a different roles in the calculations. There is only one error row and one total row. Depending on the model, there can be one or more model rows.
Members
Model | 0 | The data in the row refers to the model effects. |
Error | 1 | The data in the row refers to the residual error in the model. |
Total | 2 | The data in the row refers to the total of model effects and residuals. |