Function Reference: bbscdf

statistics: p = bbscdf (x, shape, scale, location)

Birnbaum-Saunders cumulative distribution function (CDF).

For each element of x, compute the cumulative distribution function (CDF) at x of the Birnbaum-Saunders distribution with parameters shape, scale, and location. The size of p 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: bbsinv, bbspdf, bbsrnd

Source Code: bbscdf