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