Statistics Toolbox    
weibcdf

Weibull cumulative distribution function (cdf)

Syntax

Description

P = weibcdf(X,A,B) computes the Weibull cdf at each of the values in X using the corresponding parameters in A and B. Vector or matrix inputs for X, A, and B must all have the same size. A scalar input is expanded to a constant matrix with the same dimensions as the other inputs. The parameters in A and B must be 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?

See Also

cdf, weibfit, weibinv, weiblike, weibpdf, weibplot, weibrnd, weibstat


  var weibfit