Gets the AnovaRow containing the 'total' results.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property TotalRow As AnovaRow
C#
public AnovaRow TotalRow { get; }
C++
public:
AnovaRow^ TotalRow {
	AnovaRow^ get ();
}

Value

An AnovaRow object.

Remarks

This property gives access to the properties of the complete data in the analysis.

The total row contains the analysis results for the total variation in the data. It is the sum of the CompleteModelRow and the ErrorRow.