Skip to content

f_test

F-test for equal variances (two-tailed p-value).

v = f_test(array1, array2)

Returns the two-tailed probability that the variances of the two samples are equal. Smaller values indicate stronger evidence that variances differ.

f_test([1 2 3 4 5], [10 20 30 40 50])
  • f_dist — F-distribution left-tail PDF or CDF.
  • t_test — Student’s t-test p-value.
  • z_test — One-sample z-test p-value (right-tail).