F.DIST
StatisticalF.DIST helps you perform summary and inferential functions for descriptive and statistical analysis.
Overview
Start with "=" then enter F.DIST(x, deg_freedom1, deg_freedom2, cumulative). Keep argument order as shown and use cell ranges where appropriate.
Parser pathComplete docs
Syntax & Arity
=F.DIST(x, deg_freedom1, deg_freedom2, cumulative)
4 required
Arguments
| Argument | Required | Type | Description |
|---|---|---|---|
| x | Required | Single | Numeric x value. |
| deg_freedom1 | Required | Single | Degrees of freedom parameter. |
| deg_freedom2 | Required | Single | Degrees of freedom parameter. |
| cumulative | Required | Single | Input argument used by this function. |
Example Inputs & Outputs
Formula
=F.DIST(<x>, <deg_freedom1>, <deg_freedom2>)
Example Output
Statistical summary value
Replace placeholders with your worksheet values or ranges to compute a result.