ExcelFunctions.net Logo

The Excel F.DIST.RT Function

Home » Excel-Built-In-Functions » Excel-Statistical-Functions » Excel-F.Dist.Rt-Function
Search this site:
Custom Search
Related Functions: 

Basic Description

The Excel F.DIST.RT function calculates the (right-tailed) F Probability Distribution, which measures the degree of diversity between two data sets.

The function is new to Excel 2010 and so is not available in earlier versions of Excel. However the F.Dist.Rt function is simply a new version of the Fdist function, which is available in earlier versions of Excel.

The format of the function is :

F.DIST.RT( x, deg_freedom1, deg_freedom2 )

Where the function arguments are:


x - The (positive) numeric value at which the function is to be evaluated
deg_freedom1 - An integer specifying the numerator degrees of freedom
deg_freedom2 - An integer specifying the denominator degrees of freedom

If either deg_freedom1 or deg_freedom2 are decimal numbers, these are truncated to integers by Excel.


F.Dist.Rt Function Example

The chart on the right shows the right-tailed F Probability Distribution with deg_freedom1 (the numerator degrees of freedom) set equal to 1 and deg_freedom2 (the denominator degrees of freedom) set equal to 2.

If you want to calculate the value of this function at x = 5, this can be done using the Excel F.Dist.Rt function, as follows:

=F.DIST.RT( 5, 1, 2 )

This gives the probability 0.154845745.

Plot of the F Probability Distribution with numerator degrees of freedom = 1 and denominator degrees of freedom = 2
F Prob. Distribution with deg_freedom1 = 1 & deg_freedom2 = 2

Further details and examples of the Excel F.Dist.Rt function can be found on the Microsoft Office website.


Trouble Shooting

If you get an error from the Excel F.Dist.Rt function this is likely to be one of the following :

Common Errors
#NUM! - Occurs if either:
- the supplied x value is < 0
or
- the supplied deg_freedom1 or the deg_freedom2 argument is < 1
#VALUE! - Occurs if any of the supplied arguments are non-numeric




Valid XHTML 1.0 Transitional
Disclaimer Privacy Policy

Copyright © 2008-2011 ExcelFunctions.net