RegressionModel<T>.AnovaTable Property

Gets the AnovaTable that summarizes the results of this model.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public AnovaTable AnovaTable { get; }

Property Value

AnovaTable
The AnovaTable that summarizes the results of this model.

Exceptions

InvalidOperationExceptionThe property is accessed before the model has been computed.

See Also