F.DIST - The function returns the probability distribution F in Excel

F.DIST function: The function returns the probability distribution F. The function supports the version from Excel 2010. Syntax: F.DIST (x, deg_freedom1, deg_freedom2, cumulative)

The following article introduces you to the F.DIST function - one of the functions in the statistical function group is very popular in Excel.

Picture 1 of F.DIST - The function returns the probability distribution F in Excel

Description: The function returns the probability distribution F. The support function is from Excel 2010 version.

Syntax: F.DIST (x, deg_freedom1, deg_freedom2, cumulative)

Inside:

- x: The value of the function, is a required parameter.

- deg_freedom1: The degree of freedom in the numerator, is a required parameter.

- deg_freedom2: The degrees of freedom in the denominator, are required parameters.

- cumulative: Logical value determines the exponential type, is a required parameter, including the following values:

+ Cumulative = True -> Returns the cumulative distribution function.

+ Cumulative = False -> Returns the probability density function

Attention:

- If any parameters are not numeric -> the function returns the #VALUE! Error value .

- If deg_freedom1 , deg_freedom2 are not whole numbers -> they are truncated to integers.

- If deg_freedom1 <1 or deg_freedom2 <1 -> the function returns the #NUM! Error value

For example:

Calculate probability F for the cumulative distribution function and the probability density function according to the data in the following data table:

Picture 2 of F.DIST - The function returns the probability distribution F in Excel

- Calculate probability F using cumulative distribution function. In a cell to calculate, enter the formula : = F.DIST (D6, D7, D8, D9)

Picture 3 of F.DIST - The function returns the probability distribution F in Excel

- Press Enter -> probability F for cumulative distribution function is:

Picture 4 of F.DIST - The function returns the probability distribution F in Excel

- Calculate probability F used for probability density function. In the cell to calculate enter the formula : = F.DIST (D6, D7, D8, D10)

Picture 5 of F.DIST - The function returns the probability distribution F in Excel

- Press Enter -> probability F for probability density function is:

Picture 6 of F.DIST - The function returns the probability distribution F in Excel

Above are instructions and some specific examples when using F.DIST function in Excel.

Good luck!

You've just finished reading the article "F.DIST - The function returns the probability distribution F in Excel" edited by the TipsMake team. You can save fdist-the-function-returns-the-probability-distribution-f-in-excel.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV : F.DIST.RT function -...
The EXPON.DIST... : NEXT »