rmathd.poisson

Undocumented in source.

Public Imports

rmathd.common
public import rmathd.common;
rmathd.uniform
public import rmathd.uniform;
rmathd.gamma
public import rmathd.gamma;
rmathd.normal
public import rmathd.normal;

Members

Functions

dpois
T dpois(T x, T lambda, int give_log)
Undocumented in source. Be warned that the author may not have intended to support it.
ppois
T ppois(T x, T lambda, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
qpois
T qpois(T p, T lambda, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
rpois
T rpois(T mu)
Undocumented in source. Be warned that the author may not have intended to support it.
test_poisson
void test_poisson()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

a0
enum a0;
Undocumented in source.
a1
enum a1;
Undocumented in source.
a2
enum a2;
Undocumented in source.
a3
enum a3;
Undocumented in source.
a4
enum a4;
Undocumented in source.
a5
enum a5;
Undocumented in source.
a6
enum a6;
Undocumented in source.
a7
enum a7;
Undocumented in source.
one_12
enum one_12;
Undocumented in source.
one_24
enum one_24;
Undocumented in source.
one_7
enum one_7;
Undocumented in source.

Static functions

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

Meta