Returns the right-tailed F probability distribution (degree of diversity) for two data sets at a given value.
Syntax
x: The value at which you want to evaluate the function. Eg., 0.2
r1: The numerator of the degrees of freedom. Eg., 5
Examples
|
Formula
|
Result
|
|
=FDIST(A2;B2;C2)
|
0.942331114
|
|
=FDIST(A3;B3;C3)
|
0.935288993
|
|
=FDIST(A4;B4;C4)
|
0.534454604
|
Possible Errors
|
Errors
|
Meaning
|
|
#N/A!
|
|
|
#NAME!
|
|
|
#VALUE!
|
|
|
#REF!
|
|
|
#NUM!
|
|
Similar Functions