Stixbox Function rexpweib - Random numbers from the exponential or weibull distributions
Calling Sequence
- x=rexpweib(n,l,a)
Parameters
- n
: positive integer or vector [lig,col] of integers
- l
: positive real
- a
: Weibull parameter (default a=1: exponential dist.)
- x
: n-vector of random numbers chosen from a weibull distribution
Description
Random numbers from the exponential or weibull distributions
F(x) = 1-exp[-(l*x)^a]