- dlnorm
T dlnorm(T x, T meanlog, T sdlog, int give_log)
Undocumented in source. Be warned that the author may not have intended to support it.
- plnorm
T plnorm(T x, T meanlog, T sdlog, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
- qlnorm
T qlnorm(T p, T meanlog, T sdlog, int lower_tail, int log_p)
Undocumented in source. Be warned that the author may not have intended to support it.
- rlnorm
T rlnorm(T meanlog, T sdlog)
Undocumented in source. Be warned that the author may not have intended to support it.
- test_lnorm
void test_lnorm()
Undocumented in source. Be warned that the author may not have intended to support it.