Jump to content

Importance sampling

From Simple English Wikipedia, the free encyclopedia
Revision as of 22:01, 15 January 2025 by Tuscan Ant (talk | changes) (Added {{math-stub}} tag to article (TW))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Importance sampling typically refers to a Monte Carlo method for sampling from a (target) distribution that cannot be sampled from directly. The method works by sampling from a proposal distribution (P(x)), which is ideally similar to the target distribution (Q(x)), and weighting each sample by the ratio of the likelihoods at the sampled point: w(x) = Q(x)/P(x).