Returns the ANOVA statistics from the linear regression.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public ANOVA ANOVA { get; }
Visual Basic (Declaration)
Public ReadOnly Property ANOVA As ANOVA
Visual C++
public:
property ANOVA^ ANOVA {
	ANOVA^ get ();
}

Field Value

An ANOVA table and related statistics.

See Also