Subversion Repositories wimsdev

Rev

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

slib_lang_exists_tmp=yes

slib_title=Generation of beta random data

slib_out=Random data of <tt>m</tt> reals following a Beta law with parameters <tt>a</tt> and <tt>b</tt> (positive reals).\
If <tt>m</tt> is a list <tt>[r,s]</tt>, it returns an <tt>r</tt> by <tt>s</tt> matrix.\
The density at x is proportional to x^(a-1)(1-x)^(b-1) on the interval (0,1).