rmathd.nbinomial

Undocumented in source.

Public Imports

rmathd.common
public import rmathd.common;
rmathd.beta
public import rmathd.beta;
rmathd.poisson
public import rmathd.poisson;
rmathd.toms708
public import rmathd.toms708;
rmathd.normal
public import rmathd.normal;
rmathd.gamma
public import rmathd.gamma;

Members

Functions

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.

Static functions

do_search
T do_search(T y, T* z, T p, T n, T pr, T incr)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta