Student probability distribution
[pdf]=tdis_pdf(x,n)
* x = a matrix, vector or scalar
* n = a matrix or scalar parameter with dof
* pdf = a matrix of pdf at each element of x of the t(n) distribution
x=tdis_pdf(2+[-5:5]/10,56) x=tdis_pdf(2*ones(5,1),[10 ; 100 ; 1000 ; 10000 ; 100000]) | ![]() | ![]() |