FTEST

Returns the result of an F-test. An F-test returns the one-tailed probability that the variances in array1 and array2 are not significantly different. Use this function to determine whether two samples have different variances. For example, given test scores from public and private schools, you can test whether these schools have different levels of diversity.

Syntax

FTEST(array1,array2)

Array1—is the first array or range of data.

Array2—is the second array or range of data.

Remarks

Example

FTEST({6,7,9,15,21},{20,28,31,38,40}) equals 0.648318