Anova Model.Anova Table Property
Gets the AnovaTable that summarizes the results of this model.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The AnovaTable that summarizes the results of this model.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public AnovaTable AnovaTable { get; protected set; }
Property Value
AnovaTableThe AnovaTable that summarizes the results of this model.
Exceptions
InvalidOperationException | The property is accessed before the model has been computed. |