Skip to main content

Rejection Sampling

Definition

Rejection sampling is a computational method used to generate random samples from a complex probability distribution. It operates by drawing samples from a simpler, easier-to-sample distribution and then accepting or rejecting them based on a specific criterion. This process ensures the generated samples accurately conform to the desired, more intricate distribution.