RegressionModel<T>.AnovaTable 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.0
C#
public AnovaTable AnovaTable { get; }

Property Value

AnovaTable
The AnovaTable that summarizes the results of this model.

Exceptions

InvalidOperationException

The property is accessed before the model has been computed.

See Also