rtnorm_cpp {oeli} | R Documentation |
rtnorm_cpp
draws from a one-sided truncated univariate normal
distribution.
rttnorm_cpp
draws from a two-sided truncated univariate normal
distribution.
rtnorm_cpp(mean, sd, point, above, log = FALSE)
rttnorm_cpp(mean, sd, lower, upper, log = FALSE)
mean |
A |
sd |
A |
point |
A |
above |
A |
log |
A |
lower |
A |
upper |
A |
These function performs no input checks.
A numeric
, the random draw.