TRUECALC
Functions

F.INV.RT

F right-tail inverse CDF

Try it

When to use it

When should I use F.INV.RT?

Use F.INV.RT to find the right-tail critical F-value for a given significance level, which is the most common form used in ANOVA decision tables.

Used in

science · operations

Syntax

F.INV.RT(p,df1,df2)

Examples

=F.INV.RT(0.42,2,3) // => 1.174597281149464
=F.INV.RT(0.05,4,5) // => 5.192167772803921

On this page