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

Group: Statistical Distributions
See also: cdfb cdfc cdfn cdft pdfb pdfc pdff pdfn pdft qfc qff qfn qft

Function: cdff
Description: Returns the values of the F-distribution function with d1 and d2 degrees of freedom for the elements of an array.

Usage: z = cdff (x, d1, d2)
Input:
x n x p x d1 x d2 x ... x dn array
d1 n x p x d1 x d2 x ... x dn array or scalar
d2 n x p x d1 x d2 x ... x dn array or scalar
Output:
z n x p x d1 x d2 x ... x dn array

Note:

Example:
a=#(0.5,0.4)~#(0.01,1)~#(-1,2)
cdff(a,3,5)

Result:
Contents of cdff
[1,]  0.30155 0.0015555       0
[2,]  0.24054  0.53515  0.76737



(C) MD*TECH Method and Data Technologies, 05.02.2006