0

In Bayes Statistics, does the accepted sample based on the acceptance-rejection algorithm has the same distribution as X~$f(x)$?

Intuitionally it does, but how to prove it under the discrete and continuous cases respectively?

CuteCat
  • 191
  • 9
  • 3
    See section 3.1 of https://wwwusers.ts.infn.it/~milotti/Didattica/Bayes/Smith&Gelfand_1992.pdf for a proof that samples from the usual rejection sampler have the correct distribution – aleshing Jun 14 '20 at 18:01

1 Answers1

0

First, acceptance-rejection is absolutely nothing specific to Bayesian statistics since it applies to any simulation experiment.

Second, the question as stated is unclear since $X\sim f(x)$ does not spell out how $f$ is related with the acceptance-rejection algorithm. If $f$ is the target distribution density and $g$ the instrumental distribution density then indeed the accept-rejection is valid. As established in every simulation textbook.

Xi'an
  • 90,397
  • 9
  • 157
  • 575