AnovaTable.ErrorRow Property

Gets the AnovaRow containing the 'error' results.

Definition

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

Property Value

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

See Also