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: cdfc cdff cdfn cdft pdfb pdfc pdff pdfn pdft qfc qff qfn qft

Function: cdfb
Description: Returns the values of the beta-distribution function with parameters a and b for the elements of an array.

Usage: z = cdfb (x, a, b)
Input:
x n x p x d1 x d2 x ... x dn array
a n x p x d1 x d2 x ... x dn array or scalar
b 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)
cdfb(a, 1.0, 1.0 )

Result:
Contents of cdfb
[1,]  0.49998     0.01     +NAN
[2,]  0.40001        1     +NAN



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