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=Cumulative distribution function of Gamma law |
||
4 | |||
4455 | bpr | 5 | slib_out=Values on <tt>data</tt> of cumulative distribution function of Gamma law with parameters <tt>a</tt>> 0 and <tt>b</tt>> 0. |
6 | slib_comment=<tt>data</tt> can be a list of reals in brackets; the density at x is b*exp(-b*x)*(b*x)^(a-1)/gamma(a) for x>=0 |
||
4161 | bpr | 7 |