File:ITS from uniform to exponential.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

ITS_from_uniform_to_exponential.png(698 × 464 pixels, file size: 6 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: A graph that illustrates the Inverse Transform Sampling method, for sampling from distribution exponential with parameter 2. The X axis has the values of the uniform(0,1) sample, and the Y axis has the corresponding exp(2) values.
עברית: גרף המדגים דגימה באמצעות שיטת הדגימה מטרנספורמציה הופכית. הגרף מדגים זאת עבור דגימה מהתפלגות מעריכית עם פרמטר = 2. בציר ה-X ישנם ערכים שנדגמו מהתפלגות אחידה בקטע (0,1), ובציר ה-Y הערכים המתאימים מהתפלגות המעריכית.
Date
Source Own work
Author Orielno

R Code

u <- runif(200)

plot((1:499)/500, qexp((1:499)/500, 2), type = 'l', col = 'red', main = 'sampling from exp(2) using uniform(0,1) and ITS', xlab = 'u ~ uniform(0,1)', ylab = '-ln(1 - u) / 2 ~ exp(2)')

points(u, -log(1 - u) / 2, cex = 0.5, col = 'blue')

 
This chart was created with R.

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current06:17, 10 June 2018Thumbnail for version as of 06:17, 10 June 2018698 × 464 (6 KB)Orielno (talk | contribs)User created page with UploadWizard

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file:

Metadata