Statistics Toolbox
  Go to function:
    Search    Help Desk 
cdf    Examples   See Also

Computes a chosen cumulative distribution function (cdf).

Syntax

Description

cdf is a utility routine allowing you to access all the cdfs in the Statistics Toolbox using the name of the distribution as a parameter.

P = cdf('name',X,A1,A2,A3) returns a matrix of probabilities. name is a string containing the name of the distribution. X is a matrix of values, and A, A2, and A3 are matrices of distribution parameters. Depending on the distribution, some of the parameters may not be necessary.

The arguments X, A1, A2, and A3 must all be the same size except that scalar arguments function as constant matrices of the common size of the other arguments.

Examples

See Also

icdf, mle, pdf, random



[ Previous | Help Desk | Next ]