NormTwoSampleFTest Property |
The F test value of the F test for equality of
variances.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double FTest { get; }
Public ReadOnly Property FTest As Double
Get
public:
property double FTest {
double get ();
}
member FTest : float with get
Property Value
Type:
Double
A
double containing the
F test value of the
F
test for equality of variances.
See Also