Statistics Toolbox
  Go to function:
    Search    Help Desk 
weibcdf    Examples

Weibull cumulative distribution function (cdf).

Syntax

Description

weibcdf(X,A,B) computes the Weibull 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.

Parameters A and B are positive.

The Weibull cdf is:


Examples

What is the probability that a value from a Weibull distribution with parameters a = 0.15 and b = 0.24 is less than 500?

How sensitive is this result to small changes in the parameters?



[ Previous | Help Desk | Next ]