Rev 4986 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
4986 | bpr | 1 | slib_lang_exists_tmp=yes |
2 | |||
3 | slib_title=Probability density function of a Negative Binomial law |
||
4 | |||
5903 | bpr | 5 | slib_out=Values at <span class="tt">data</span> of the probability density function of the Negative Binomial law with parameters\ |
6 | <span class="tt">n</span> and <span class="tt">p</span> (n is an integer and (0<p<1)). |
||
7 | slib_comment=<span class="tt">data</span> can be a list of integers.\ |
||
4986 | bpr | 8 | Probability density function of the number of failures in a sequence of Bernouilli trials\ |
5903 | bpr | 9 | before the <span class="tt">n</span>th successes if in each trial the probability of success is <span class="tt">p</span>. |