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 | |||
3 | slib_title=Generation of binomial random data |
||
4 | |||
5903 | bpr | 5 | slib_out=Random data of <span class="tt">m</span> integers following a binomial law of parameters <span class="tt">n</span> and <span class="tt">p</span> \ |
6 | (<span class="tt">n</span> is an integer and <span class="tt">p</span> a real between 0 and 1). |
||
4455 | bpr | 7 | slib_comment= P(X=k)=binomial(n,k)*p^k*(1-p)^(n-k) for k=0,...,n |
4161 | bpr | 8 |