Content deleted Content added
Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5 |
m clean up spacing around commas and other punctuation fixes, replaced: ,K → , K, ,N → , N (2), ,P → , P (4), ,T → , T, ,d → , d, ,t → , t, , → , (2), ; → ; |
||
Line 1:
{{short description|Distribution estimation technique}}
'''Importance sampling''' is a [[Monte Carlo method]] for evaluating properties of a particular [[probability distribution|distribution]], while only having samples generated from a different distribution than the distribution of interest. Its introduction in statistics is generally attributed to a paper by [[Teun Kloek]] and [[Herman K. van Dijk]] in 1978,<ref>{{cite journal |first1=T. |last1=Kloek |first2=H. K. |last2=van Dijk |title=Bayesian Estimates of Equation System Parameters: An Application of Integration by Monte Carlo |journal=[[Econometrica]] |volume=46 |issue=1 |year=1978 |pages=1–19 |doi=10.2307/1913641 |jstor=1913641 |url=https://ageconsearch.umn.edu/record/272139/files/erasmus076.pdf }}</ref> but its precursors can be found in [[Monte Carlo method in statistical physics|statistical physics]] as early as 1949.<ref>{{cite journal |first=G. |last=Goertzle |authorlink=Gerald Goertzel |title=Quota Sampling and Importance Functions in Stochastic Solution of Particle Problems |journal=Technical Report ORNL-434, Oak Ridge National Laboratory |series=Aecd
== Basic theory ==
Line 42:
== Application to probabilistic inference ==
Such methods are frequently used to estimate posterior densities or expectations in state and/or parameter estimation problems in probabilistic models that are too hard to treat analytically. Examples include [[Bayesian network]]s and importance weighted [[
== Application to simulation ==
|