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