Weibull random numbers
generates an array of random numbers from the Weibull distribution, where
r
= wblrnd(a
,b
,sz1,...,szN
)sz1,...,szN
indicates the size of each dimension.
wblrnd
is a function specific to the Weibull distribution.
Statistics and Machine Learning Toolbox™ also offers the generic function random
, which supports various probability distributions. To use
random
, specify the probability distribution name and its
parameters. Note that the distribution-specific function
wblrnd
is faster than the generic function
random
.
To generate random numbers interactively, use randtool
, a user interface for random number generation.
random
| wblcdf
| wblfit
| wblinv
| wbllike
| wblpdf
| wblplot
| wblstat
| WeibullDistribution