WorksheetFunction.F_Inv Method (Excel)
Returns the inverse of the F probability distribution.
Version Information
추가된 버전: Excel 2010
Syntax
식 .F_Inv(Arg1, Arg2, Arg3)
식 A variable that represents a WorksheetFunction object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Arg1 |
필수 |
Double |
Probability - A probability associated with the F cumulative distribution. |
Arg2 |
필수 |
Double |
Deg_freedom1 - The numerator degrees of freedom. |
Arg3 |
필수 |
Double |
Deg_freedom2 - The denominator degrees of freedom. |
Return Value
Double
Remarks
If any argument is nonnumeric, F_INV returns the #VALUE! error value.
If probability < 0 or probability > 1, F_INV returns the #NUM! error value.
If deg_freedom1 or deg_freedom2 is not an integer, it is truncated.
If deg_freedom1 < 1, or deg_freedom2 < 1, F_INV returns the #NUM! error value.