Regression Model<T>.Anova Table Property
Gets the AnovaTable that summarizes the results of this model.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The AnovaTable that summarizes the results of this model.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public AnovaTable AnovaTable { get; }
Property Value
AnovaTableThe AnovaTable that summarizes the results of this model.
Exceptions
Invalid | The property is accessed before the model has been computed. |