Function Reference: bbspdf

statistics: y = bbspdf (x, shape, scale, location)

Birnbaum-Saunders probability density function (PDF).

For each element of x, compute the probability density function (PDF) at x of the Birnbaum-Saunders distribution with parameters shape, scale, and location. The size of y is the common size of x, shape, scale, and location. A scalar input functions as a constant matrix of the same size as the other inputs.

See also: bbscdf, bbsinv, bbsrnd

Source Code: bbspdf