Function Reference: tpdf

statistics: p = tpdf (x, df)

Student’s T probability density function (PDF).

For each element of x, compute the probability density function (PDF) at x of the Student’s T distribution with df degrees of freedom.

The size of y is the common size of x and df. A scalar input functions as a constant matrix of the same size as the other input.

See also: tcdf, tpdf, trnd, tstat

Source Code: tpdf