Re: Gaussian distribution



On Mar 22, 5:34 pm, Kaba <REkalleMOunderscoreVErutane...@xxxxxxxxxxx>
wrote:
Hello

How do you prove that a Gaussian distribution integrates to 1 over -oo..
+oo?

That aside, I'm trying to find the fourier transform of a Gaussian
distribution, how do you do that?

My problems lie in the term of the form e^(bx^2) which I can't seem to
be able to integrate. I tried a change of variables x(u) = sqrt(u),
didn't take me anywhere. I also tried integration by parts two times
sequentially, didn't also take me anywhere.

This is not homework. I'd like to know the frequency response of a
Gaussian filter so I can design them using a desired cutoff frequency.

There's a trick to it.

Let I = integral(-inf, inf) exp(-x^2) dx

Multiply I by itself.

I^2 = [integral(-inf, inf) exp(-x^2) dx]*
[integral(-inf, inf) exp(-y^2) dy]

= integral(-inf,inf) integral(-inf,inf) exp[-(x^2+y^2)] dx dy

Now the double integral over dx dy can be changed to polar
coordinates. The exponential becomes exp(-r^2), but
because dx dy becomes r dr d(theta), a change of
variables to u=r^2 gives you an easy integral of
exp(-u) du

- Randy

.



Relevant Pages

  • Re: FFT test with few kbits
    ... ]>>> average to N/2 while the rest should average to zero. ... ]>>> able to test that they have the same gaussian distribution as the ... ]> output of the DFT is a weighted sum of N random inputs. ... ]> Gaussian distributed. ...
    (sci.crypt)
  • Gaussian distribution
    ... How do you prove that a Gaussian distribution integrates to 1 over -oo.. ... I'm trying to find the fourier transform of a Gaussian ... Gaussian filter so I can design them using a desired cutoff frequency. ...
    (sci.math)
  • Re: random points with a given dsitribution in rectangle
    ... Gaussian variates will not necessarily fit in a rectangle. ... bivariate Gaussian distribution can be obtained by using ... Gaussian distribution can be obtained by using mvnrnd from the statistics ... If you dont have that toolbox then there are some simple tricks ...
    (comp.soft-sys.matlab)
  • Re: a random number obeying Gaussian + within a range
    ... I tried to set the random number out of the range to 0, but not sure whether the generated series also obeying Gaussian distribution.. ... Perhaps you're looking for uniformly distributed random numbers? ...
    (comp.soft-sys.matlab)
  • Re: Gaussian distribution
    ... How do you prove that a Gaussian distribution integrates to 1 over -oo.. ... I'm trying to find the fourier transform of a Gaussian ... I also tried integration by parts two times ...
    (sci.math)