Functions
F.INV
F inverse CDF
Try it
When to use it
When should I use F.INV?
Use F.INV to find the critical value of the F-distribution for a given left-tail probability, useful for setting significance thresholds in ANOVA tests.
Used in
Syntax
F.INV(p,df1,df2)Examples
=F.INV(0.42,2,3) // => 0.6567804091558455
=F.INV(0.95,4,5) // => 5.192167772803918