rmathd.normal

Undocumented in source.

Public Imports

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

Members

Aliases

DL_FUNC
alias DL_FUNC = void* function()
Undocumented in source.

Functions

dnorm
T dnorm(T x, T mu, T sigma, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
norm_rand
T norm_rand()
Undocumented in source. Be warned that the author may not have intended to support it.
pnorm
T pnorm(T x, T mu, T sigma, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
pnorm_both
void pnorm_both(T x, T cum, T ccum, int i_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
qnorm
T qnorm(T p, T mu, T sigma, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
rnorm
T rnorm(T mu, T sigma)
Undocumented in source. Be warned that the author may not have intended to support it.
test_normal
void test_normal()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

C1
enum C1;
Undocumented in source.
C2
enum C2;
Undocumented in source.
SIXTEN
enum SIXTEN;
Undocumented in source.

Templates

do_del
template do_del(alias X)
Undocumented in source.
swap_tail
template swap_tail()
Undocumented in source.

Variables

BM_norm_keep
double BM_norm_keep;
Undocumented in source.
N01_kind
N01type N01_kind;
Undocumented in source.
User_norm_fun
DL_FUNC User_norm_fun;
Undocumented in source.

Meta