Subversion Repositories wimsdev

Rev

Rev 4352 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4161 bpr 1
slib_lang_exists_tmp=yes
2
 
3
slib_title=Generation of Weibull random data
4
 
4455 bpr 5
slib_out=Random data of <tt>m</tt> reals following a Weilbull law\
6
 with parameters <tt>a</tt> and <tt>b</tt>.\
4352 bpr 7
If <tt>m</tt> is a list <tt>[r,s]</tt>, it returns an <tt>r</tt> by <tt>s</tt> matrix. 
4455 bpr 8
slib_comment=the density is a*b*exp(-b*x^a)*x^(a-1) for x&gt;0
4161 bpr 9
 
10