Derivation of Box-Muller Transform: Exponential Distrib.

  • Context: Graduate 
  • Thread starter Thread starter rabbed
  • Start date Start date
  • Tags Tags
    Transform
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
rabbed
Messages
241
Reaction score
3
In derivation of the box-muller transform, the joint distribution p(x,y) = e^(-r^2/2)/(2*pi) is interpreted as the product of a uniform distribution 1/(2*pi) and an exponential distribution e^(-x/2), but isn't an exponential distribution defined as k*e^(-k*x)? What happened to the coefficient?
 
Physics news on Phys.org
derivation: Start with [itex]\frac{1}{2\pi}e^{\frac{-x^2-y^2}{2}}dxdy[/itex]. Change to polar coordinates. [itex]\frac{1}{2\pi}e^{\frac{-r^2}{2}}<br /> rdrd\theta[/itex]. For you picture [itex]s=r^2,\ so\ ds=2rdr,\ or\ rdr=\frac{ds}{2}[/itex]. There's the coefficient.
 
Thanks mathman :)