F.TEST Function

The F.TEST function is one of the statistical functions. It is used to return the result of an F-test, the two-tailed probability that the variances in array1 and array2 are not significantly different. Use this function to determine whether two samples have different variances.

Syntax

F.TEST(array1, array2)

The F.TEST function has the following arguments:

ArgumentDescription
array1The first range of values.
array2The second range of values.
Notes

Text, logical values and empty cells are ignored, cells that contain zero values are included. If the number of values in a data range is less than 2 or a variance of an array is 0, the function returns the #DIV/0! error value.

How to apply the F.TEST function.

Examples

The figure below displays the result returned by the F.TEST function.

F.TEST Function

Host ONLYOFFICE Docs on your own server or use it in the cloud

Article with the tag:
Browse all tags