Returns the result of an F-test. Calculates the likelihood that two samples have the same variance.
Syntax
data1: The first array or data range. Eg., A2:A6
Examples
|
Formula |
Result |
|
=FTEST(A2:A6;B2:B6) |
0.299017168 |
|
=FTEST(A2:A6;B2:B4) |
0.256480626 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#DIV/0! |
|
Similar Functions