The F test value of the F test for equality of variances.

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

Syntax

C#
public double FTest { get; }
Visual Basic (Declaration)
Public ReadOnly Property FTest As Double
Visual C++
public:
property double FTest {
	double get ();
}

Field Value

A double containing the F test value of the F test for equality of variances.

See Also