Re: two dimensional gaussian function



In article <339782d5.0504110011.71302132@xxxxxxxxxxxxxxxxxx>, raghu
<raghubansh_b@xxxxxxxxx> wrote:

> hello...
>
> can any one help me in two dimensional gaussian function in polar form....
>
>
> i will be thankful...
>
> with warm regards...
>
> raghu

Do you have in mind mean zero, variance 1 in all directions?
So the density is
(1/(2*Pi))*exp(-(x^2+y^2)/2) dx dy
Convert to polar coordinates,
(1/(2*Pi))*exp(-r^2/2) r dr dtheta
.



Relevant Pages