- dnbinom
T dnbinom(T x, T size, T prob, int give_log)
Undocumented in source. Be warned that the author may not have intended to support it.
- dnbinom_mu
T dnbinom_mu(T x, T size, T mu, int give_log)
Undocumented in source. Be warned that the author may not have intended to support it.
- pnbinom
T pnbinom(T x, T size, T prob, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
- pnbinom_mu
T pnbinom_mu(T x, T size, T mu, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
- qnbinom
T qnbinom(T p, T size, T prob, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
- qnbinom_mu
T qnbinom_mu(T p, T size, T mu, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
- rnbinom
T rnbinom(T size, T prob)
Undocumented in source. Be warned that the author may not have intended to support it.
- rnbinom_mu
T rnbinom_mu(T size, T mu)
Undocumented in source. Be warned that the author may not have intended to support it.
- test_nbinomial
void test_nbinomial()
Undocumented in source. Be warned that the author may not have intended to support it.