<p>The <b>F.DIST</b> 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.</p>
<pstyle="text-indent: 50px;"><b><em>x</em></b> is the value at which the function should be calculated. A numeric value greater than 0</p>
<pstyle="text-indent: 50px;"><b><em>deg-freedom1</em></b> is the numerator degrees of freedom, a numeric value greater than 0.</p>
<pstyle="text-indent: 50px;"><b><em>deg-freedom2</em></b> is denominator degrees of freedom, a numeric value greater than 0.</p>
<pstyle="text-indent: 50px;"><b><em>cumulative</em></b> is a logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function.</p>
<p>The values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>F.DIST</b> function,</p>
<ol>
<li>select the cell where you wish to display the result,</li>