- 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.