Rev 4455 | Blame | Compare with Previous | Last modification | View Log | RSS feed
slib_lang_exists_tmp=yes
slib_title=Generation of Weibull random data
slib_out=Random data of <span class="tt">m</span> reals following a Weilbull law\
with parameters <span class="tt">a</span> and <span class="tt">b</span>.\
If <span class="tt">m</span> is a list <span class="tt">[r,s]</span>, it returns an <span class="tt">r</span> by <span class="tt">s</span> matrix.
slib_comment=the density is a*b*exp(-b*x^a)*x^(a-1) for x>0