norm_rej_r: TUVN normal rejection sampling

Description Usage Arguments Value References

View source: R/sampling_methods.R

Description

Normal rejection sampling for the truncated standard normal distribution

Usage

1
norm_rej_r(a, b = Inf)

Arguments

a

Lower bound of truncation

b

Upper bound of truncation; default is infinity

Value

x

value of the sample

acc

number of proposals for acceptance

References

Li, Y., & Ghosh, S. K. (2015). Efficient sampling methods for truncated multivariate normal and student-t distributions subject to linear inequality constraints. Journal of Statistical Theory and Practice, 9(4), 712-732.


suchitm/tmvn documentation built on Dec. 10, 2020, 10:25 a.m.