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

Function: cdft
Description: Returns the values of the t-distribution function with d degrees of freedom for the elements of an array.

Usage: z = cdft(x,d)
Input:
x n x p x d1 x d2 x ... x dn array
p 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

Example:
a=#(0.5, 0.4)~#(0.01, 1)~#(-1,2)
cdft(a, 16)

Result:
Contents of cdft
[1,]  0.68806  0.50393  0.16609
[2,]  0.65278  0.83391  0.96861



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