File:Box Muller.svg

From formulasearchengine
Jump to navigation Jump to search

Original file(SVG file, nominally 292 × 687 pixels, file size: 19 KB)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Diagram of the Box Muller transform, which transforms uniformly distributed value pairs to normally distributed value pairs. The initial circles, uniformly spaced about the origin, are mapped to another set of circles about the origin that are closely spaced near the origin but quickly spread out. The largest circles in the domain map to the smallest circles in the range and the smallest to the largest.

Created by Derrick Coetzee in Mathematica and Adobe Illustrator using the following Mathematica code:

Export["box_muller_1.eps",
Show[Table[{Graphics[Hue[r/1.1 + 0.1]], Graphics[Circle[{0, 0}, r]]}, {r, 0.1,
       1, 0.1}], Axes -> Automatic, AspectRatio -> 1]];

Export["box_muller_2.eps",
Show[Table[{Graphics[Hue[r/1.1 + 0.1]], 
      Graphics[Circle[{0, 0}, Sqrt[-2.0 Log[r]/r]]]}, {r, 0.1, 1, 0.1}], 
  Axes -> Automatic, AspectRatio -> 1]];

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

image/svg+xml

e568b72e84339da5c6a4c63dc001549ef42b87a5

19,487 byte

687 pixel

292 pixel

File history

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

Date/TimeThumbnailDimensionsUserComment
current20:54, 26 May 2006Thumbnail for version as of 20:54, 26 May 2006292 × 687 (19 KB)wikimediacommons>DcoetzeeWhite background

There are no pages that use this file.