Rev 4455 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4455 | Rev 5903 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | slib_lang_exists_tmp=yes |
1 | slib_lang_exists_tmp=yes |
2 | 2 | ||
3 | slib_title=Generation of Gamma random data |
3 | slib_title=Generation of Gamma random data |
4 | 4 | ||
5 | 5 | ||
6 | slib_out=Random data of < |
6 | slib_out=Random data of <span class="tt">m</span> reals following a Gamma law with parameters <span class="tt">a</span>> 0 and <span class="tt">b</span> > 0.\ |
7 | If <tt> |
7 | 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. |
8 | slib_comment=The Gamma density at x is b*exp(-b*x)*(b*x)^(a-1)/gamma(a) for x>=0 |
8 | slib_comment=The Gamma density at x is b*exp(-b*x)*(b*x)^(a-1)/gamma(a) for x>=0 |