rmathd.binomial

Undocumented in source.

Public Imports

rmathd.common
public import rmathd.common;
Undocumented in source.
rmathd.beta
public import rmathd.beta;
Undocumented in source.

Members

Functions

dbinom
T dbinom(T x, T n, T p, int give_log)
Undocumented in source. Be warned that the author may not have intended to support it.
pbinom
T pbinom(T x, T n, T p, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
qbinom
T qbinom(T p, T n, T pr, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
rbinom
T rbinom(T nin, T pp)
Undocumented in source. Be warned that the author may not have intended to support it.
test_binomial
void test_binomial()
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