F.DIST
Returns the F probability distribution.
StatisticalStatistics & Analysis
What it does
Legacy function for F distribution probability.
Syntax
FDIST(x, deg_freedom1, deg_freedom2)
Arguments
x(number) β Value.deg_freedom1(number) β Numerator df.deg_freedom2(number) β Denominator df.
Examples
Legacy F Dist
Calculate prob.
FORMULA
=FDIST(15.2, 6, 4)
RESULT
0.01
SAMPLE DATA
| A | B | C | |
|---|---|---|---|
| 1 | x | df1 | df2 |
| 2 | 15.2 | 6 | 4 |