TRUECALC
Functions

F.TEST

F-test

Try it

When to use it

When should I use F.TEST?

Use F.TEST to get the two-tailed p-value for an F-test comparing the variances of two data arrays, helping determine if variance is significantly different between two groups.

Used in

science · operations

Syntax

F.TEST(array1,array2)

Examples

=F.TEST({92,75,97,85,87,82,79},{84,89,87,95,82,71}) // => 0.8600520776898234

On this page