<< stdn_pdf Supplementary distibution functions tdis_rnd >>

Grocer >> Supplementary distibution functions > tdis_pdf

tdis_pdf

Student probability distribution

CALLING SEQUENCE

[pdf]=tdis_pdf(x,n)

PARAMETERS

Input

* x = a matrix, vector or scalar

* n = a matrix or scalar parameter with dof

 

Output

* pdf = a matrix of pdf at each element of x of the t(n) distribution

DESCRIPTION

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

EXAMPLE

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

AUTHOR

Eric Dubois 2002

Report an issue
<< stdn_pdf Supplementary distibution functions tdis_rnd >>