TRUECALC
Functions

F.DIST.RT

F right-tail CDF

Try it

When to use it

When should I use F.DIST.RT instead of F.DIST?

Use F.DIST.RT to get the right-tail probability of the F-distribution, which directly gives the p-value when testing whether two groups have equal variances.

Used in

science · operations

Syntax

F.DIST.RT(x,df1,df2)

Examples

=F.DIST.RT(15.35,7,6) // => 0.0019305534324600693

On this page