Statistics Toolbox
  Go to function:
    Search    Help Desk 
betacdf    Examples

Beta cumulative distribution function (cdf).

Syntax

Description

betacdf(X,A,B) computes the beta cdf with parameters A and B at the values in X. The arguments X, A, and B must all be the same size except that scalar arguments function as constant matrices of the common size of the other arguments.

The parameters A and B must both be positive and x must lie on the interval
[0 1].

The beta cdf is:


The result, p, is the probability that a single observation from a beta distribution with parameters a and b will fall in the interval [0 x].

Examples



[ Previous | Help Desk | Next ]