Grocer Function

NAME

tdis_pdf - Student probability distribution

CALLING SEQUENCE

[pdf]=tdis_pdf(x,n)

PARAMETERS

Input

Output

DESCRIPTION

Returns the probability distribution function at x of the t(n) distribution.

EXAMPLE

1) x=tdis_pdf(2+[-5:5]/10,56)
2) x=tdis_pdf(2*ones(5,1),[10 ; 100 ; 1000 ; 10000 ; 100000])

AUTHOR

Eric Dubois 2002