f_dist
F-distribution left-tail PDF or CDF.
Syntax
Section titled “Syntax”v = f_dist(x, deg_freedom1, deg_freedom2, cumulative)Description
Section titled “Description”Returns the PDF or left-tail CDF of the F distribution with numerator and denominator degrees of freedom df1 and df2.
Example
Section titled “Example”f_dist(1.0, 5, 10, true)