Anova Table.Total Row Property
Gets the AnovaRow containing the 'total' results.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
An AnovaRow object.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public AnovaRow? TotalRow { get; }
Property Value
AnovaRowAn 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.