Cumulative distribution function
y = cdf(___,'upper') returns the complement
of the cdf using an algorithm that more accurately computes the extreme
upper-tail probabilities. 'upper' can follow any of the input
arguments in the previous syntaxes.
cdf is a generic function that accepts either a
distribution by its name 'name' or a probability
distribution object pd. It is faster to use a
distribution-specific function, such as normcdf for the normal
distribution and binocdf for the binomial
distribution. For a list of distribution-specific functions, see Supported Distributions.
Use the Probability Distribution Function app to create an interactive plot of the cumulative distribution function (cdf) or probability density function (pdf) for a probability distribution.
Distribution Fitter | ecdf | fitdist | icdf | makedist | mle | paretotails | pdf | random