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