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=Quantile of a Negative Binomial law. |
||
4 | |||
5903 | bpr | 5 | slib_out=Quantile at <span class="tt">data</span> of the negative binomial \ |
6 | law of parameters <span class="tt">n</span> and <span class="tt">p</span>\ |
||
4986 | bpr | 7 | (n is an integer and (0<p<1)). |
5903 | bpr | 8 | slib_comment=<span class="tt">data</span> can be a list of reals.\ |
4986 | bpr | 9 | Quantile of the distribution of the number of failures in a sequence of Bernouilli trials\ |
5903 | bpr | 10 | before the <span class="tt">n</span>th successes if in each trial the probability of success is <span class="tt">p</span>. |
4986 | bpr | 11 |