- Home
- F.DIST Function
F.DIST Function
The F.DIST function is one of the statistical functions. It is used to return the F probability distribution. You can use this function to determine whether two data sets have different degrees of diversity.
Syntax
F.DIST(x, deg_freedom1, deg_freedom2, cumulative)
The F.DIST function has the following arguments:
Argument | Description |
---|---|
x | The value at which the function should be calculated. A numeric value greater than 0. |
deg_freedom1 | The numerator degrees of freedom, a numeric value greater than 0. |
deg_freedom2 | The denominator degrees of freedom, a numeric value greater than 0. |
cumulative | A logical value (TRUE or FALSE) that determines the function form. If cumulative is TRUE, the function will return the cumulative distribution function. If it is FALSE, the function returns the probability density function. |
Notes
How to apply the F.DIST function.
Examples
The figure below displays the result returned by the F.DIST function.
Host ONLYOFFICE Docs on your own server or use it in the cloud
Article with the tag:
Browse all tags