Name
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
1) x=tdis_pdf(2+[-5:5]/10,56)
2) x=tdis_pdf(2*ones(5,1),[10 ; 100 ; 1000 ; 10000 ; 100000])