help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Determining if samples are normal


From: Paul Koufalas
Subject: Re: Determining if samples are normal
Date: Tue, 27 Sep 2005 08:10:07 -0500
User-agent: Mozilla Thunderbird 1.0 (X11/20050111)

Michael Creel wrote:

Robert A. Macy wrote:

Right! checked empirically using x=rand(1,1000) and hist(x) it's there all right. Didn't make sense at first then I remembered
.5 + .5 done four different ways only reinforces the
average, but...

+0 +1
+0 0
1 0
or,
1 1

rarely enhances the edges but definitely moves the
weighting towards the average. Learn something everyday.
So what is the PDF if the two are multiplied?

             - Robert -


This is related to the central limit theorem. The average of the sum of n centered random variables, multiplied by the square root of n, converges in distribution to a normal random variable. There are a few technical conditions that need to be satisfied, but they hold for this example. There is no such general result for multiplication of random variables.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------

Robert and Michael, if I recall correctly, there *is* a general result for multiplication of random variables: convergence in distribution to a uniform random variable.

Bear in mind I'm recalling a whiteboard discussion that happened in about 1995 with a certain Prof Ken Lever, while I was a Masters student, so I could be wrong!!!

Cheers
Paul.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]