Evaluates the F probability density function.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static double F( double x, double dfn, double dfd ) |
Visual Basic (Declaration) |
---|
Public Shared Function F ( _ x As Double, _ dfn As Double, _ dfd As Double _ ) As Double |
Visual C++ |
---|
public: static double F( double x, double dfn, double dfd ) |
Parameters
- x
- Type: System..::.Double
A double, the argument at which the function is to be evaluated.
- dfn
- Type: System..::.Double
A double, the numerator degrees of freedom. It must be positive.
- dfd
- Type: System..::.Double
A double, the denominator degrees of freedom. It must be positive.
Return Value
A double, the value of the probability density function at x.
Remarks
The probability density function of the F distribution is




