f_cdf(DF1;DF2;F)

Returns the F cumulative distribution function with degrees of freedom DF1 and DF2 at F.

Syntax

f_cdf(DF1;DF2;F)

Input

Argument Type Description
DF1 integer A scalar value or the name of a column

The degree of freedom

DF2 integer A scalar value or the name of a column

An extra degree of freedom

F integer or decimal A scalar value or the name of a column

The value to evaluate with. This value must be greater than zero.

Return Value

Returns the F cumulative distribution function with degrees of freedom DF1 and DF2 at F.

If any argument is N/A, the result is N/A.