norm_acc {tmvmixnorm} | R Documentation |
norm_acc
calculates the acceptance rate of normal rejection sampling for the truncation interval (a,b).
norm_acc(a, b)
a |
lower bound for truncation. |
b |
upper bound for truncation. |
set.seed(1203)
norm_acc(1,2)