Function Reference: nctpdf

statistics: y = nctpdf (x, df, delta)

Noncentral Τ probability density function (pdf).

y = nctpdf (x, df, delta) returns the noncentral T distribution with df degrees of freedom and noncentrality parameter delta, at the values of x.

The size of y is the common size of df and delta. A scalar input functions as a constant matrix of the same size as the K_all inputs.

See also: nctcdf, nctinv, nctrnd, nctstat, tpdf, pdf

Source Code: nctpdf