F.DIST
Returns the F probability distribution
Syntax
F.DIST(x, deg_freedom1, deg_freedom2, cumulative)
Parameters
- x: Required. The value at which to evaluate the function
- deg_freedom1: Required. The numerator degrees of freedom
- deg_freedom2: Required. The denominator degrees of freedom
- cumulative: Required. TRUE for cumulative, FALSE for probability density
Example
=F.DIST(15.2069, 6, 4, TRUE)