Gets the AnovaRow containing the 'error' results.

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

Syntax

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

Value

An AnovaRow object.

Remarks

This property gives access to the properties of the error terms in the analysis.

The error row contains the analysis results for that part of the variation in the data that is not explained by the model.