Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: distribs
See also: cdfn2 pdfn2 cdfb2 pdfb2 cdfbin2 pdfbin2 cdfchi2 pdfchi2 cdff2 pdff2 cdft2 pdft2

Quantlet: pdff2
Description: Pdff2 returns the values of the density function of the F-distribution with d1 and d2 degrees of freedom for the elements of an array.

Usage: y=pdff2(x,d1,d2)
Input:
x input array
d1 a scalar or an array of the same dimension as x containing the number d1 of degrees of freedom for F-distribution
d2 a scalar or an array of the same dimension as x containing the number d2 of degrees of freedom for F-distribution
Output:
y output array, it contains the values of the density function of the specified F-distribution for the elements of array x

Note:

Example:
library("distribs")
pdff2(1.2, 3, 5)

Result:
Contents of y
[1,]  0.29626



Author: P. Cizek, 20000926
(C) MD*TECH Method and Data Technologies, 05.02.2006