Returns the F-distribution cdf of the given value, x. It will return a sequence
of values, if x is a sequence. This is equivalent to R's pf function.
Options:
:df1 (default 1)
:df2 (default 1)
See also:
pdf-f and quantile-f
References:
http://en.wikipedia.org/wiki/F_distribution
http://mathworld.wolfram.com/F-Distribution.html
http://en.wikipedia.org/wiki/Cumulative_distribution_function
Example:
(cdf-f 1.0 :df1 5 :df2 2)
Comments top
No comments for cdf-f. Log in to add a comment.