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: cdft2
Description: Cdft2 returns the values of the t-distribution function with d degrees of freedom for the elements of an array.

Usage: y=cdft2(x,d)
Input:
x input array
d a scalar or an array of the same dimension as x containing the number of degrees of freedom for t-distribution
Output:
y output array, it contains the values of the t-distribution function for the elements of array x

Example:
library("distribs")
a=#(0.5, 0.4)~#(0.01, 1)~#(-1,2)
cdft2(a, 16)

Result:
Contents of y
[1,]  0.68806  0.50393  0.1661
[2,]  0.65278   0.8339 0.96861



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