| my_vtruncnorm {ashr} | R Documentation |
This version is better than trunvnorm package
my_vtruncnorm(a, b, mean = 0, sd = 1)
a |
Left limit of distribution. |
b |
Right limit of distribution. |
mean |
The mean of the untruncated normal. |
sd |
The standard deviation of the untruncated normal. |