Function Reference: ncfpdf

statistics: y = ncfpdf (x, df1, df2, delta)

Noncentral F probability density function (PDF).

y = ncfpdf (x, df1, df2, delta) returns the noncentral F distribution with df1 and df2 numerator and denumerator degrees of freedom, respectively, 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: ncfcdf, ncfinv, ncfrnd, ncfstat

Source Code: ncfpdf