AnovaTable.TotalRow Property

Gets the AnovaRow containing the 'total' results.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public AnovaRow TotalRow { get; }

Property Value

AnovaRow
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.

See Also