Gets the AnovaRow containing the 'total' results.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property TotalRow As AnovaRow |
| C# |
|---|
public AnovaRow TotalRow { get; } |
| Visual C++ |
|---|
public: property AnovaRow^ TotalRow { AnovaRow^ get (); } |
Field 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.