Subversion Repositories wimsdev

Rev

Rev 4455 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4161 bpr 1
slib_lang_exists_tmp=yes
2
 
4455 bpr 3
slib_title=Probability density function of a Beta law
5903 bpr 4
slib_out=Values at <span class="tt">data</span> of the probability density function of Beta law with parameters <span class="tt">a</span> and <span class="tt">b</span> (positive reals).
5
slib_comment=<span class="tt">data</span> can be a list of reals in brackets.\
4455 bpr 6
 The density at x is proportional to x^(a-1)(1-x)^(b-1) on the interval (0,1).
4161 bpr 7