Represents a row in an AnovaTable.

Namespace: Extreme.Statistics
Assembly:   Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0

Syntax

Visual Basic (Declaration)
Public Class AnovaRow
C#
public class AnovaRow
Visual C++
public ref class AnovaRow

Remarks

Use an AnovaRow object to represent a row in an AnovaTable. An ANOVA table summarizes the contributions of various components of a statistical model to the total variation in the data.

AnovaRow objects allow you to access this information through the DegreesOfFreedom, SumOfSquares and MeanSquare properties.

The TotalRow and ErrorRow properties of the AnovaTable class return objects of type AnovaRow. The CompleteModelRow and property and the GetModelRow(Int32) method return objects of type AnovaModelRow, which inherits from AnovaRow, and contains additional properties that give an indication of the significance of the contribution.

AnovaRow objects can't be constructed independently. They are created automatically when the model is computed.

Inheritance Hierarchy

System.Object
  Extreme.Statistics.AnovaRow
    Extreme.Statistics.AnovaModelRow