Inverse transform sampling: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 13:
#Compute the value for ''x'' which has the associated cdf value ''u''; call this ''x''<sub>''chosen''</sub>.
#Take ''x''<sub>''chosen''</sub> to be the random number drawn from the distribution described by d(''x'').
 
The following diagram may help the reader to visualise how the method works:
 
[[image:inverse_transform_sampling.png]]
 
<center>'''Sampling using the inverse transform method'''</center>
 
=== See also ===
The [[rejection sampling method]].