Function File: retval = pdf (name, X, …)

Return probability density function of name function for value x. This is a wrapper around various namepdf and name_pdf functions. See the individual functions help to learn the signification of the arguments after x. Supported functions and corresponding number of additional arguments are:

functionalternativeargs
"beta""beta"2
"bino""binomial"2
"cauchy"2
"chi2""chisquare"1
"discrete"2
"exp""exponential"1
"f"2
"gam""gamma"2
"geo""geometric"1
"gev""generalized extreme value"3
"hyge""hypergeometric"3
"kolmogorov_smirnov"1
"laplace"2
"logistic"0
"logn""lognormal"2
"norm""normal"2
"poiss""poisson"1
"rayl""rayleigh"1
"t"1
"unif""uniform"2
"wbl""weibull"2

See also: betapdf, binopdf, cauchy_pdf, chi2pdf, discrete_pdf, exppdf, fpdf, gampdf, geopdf, gevpdf, hygepdf, laplace_pdf, logistic_pdf, lognpdf, normpdf, poisspdf, raylpdf, tpdf, unifpdf, wblpdf.

Package: statistics