Re: MatLab randn and Simulation Step Numbers
- From: "Tom Lane" <tom.lane@xxxxxxxxxxxxx>
- Date: Tue, 26 Apr 2005 11:54:36 -0400
"Herman Rubin" <hrubin@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:d4lj0h$tqu@xxxxxxxxxxxxxxxxxxxxxxx
> In article <1114483666.480301.114640@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
> Matthew Brenneman <pi2ovr6@xxxxxxxxxxxx> wrote:
>>Hi,
>
>>I am testing the MatLab routine randn which is supposed to generate
>>rv's ~ N(0,1). The test for lack of correaltion looks good, but when I
>>run a chi-square test to check that the simulated distbtn is the same
>>as N(0,1) I run into a strange problem: as the number of simulated data
>>points increases, my chi-square statistics increases.
>
> NOT surprising. Because of poor uniform random variables,
> the normal random variables are not normally distributed,
> and the bias is similar for different blocks. If it was
> just the bias, the chi-squared statistic would be proportional
> to the sample size. As there is variation also, it is not
> that great.
While this is potentially a concern with any computer-generated
pseudo-random numbers, we haven't found evidence that the MATLAB random
number generators have this problem. I'd be interested in seeing the code
that led to the original post, or other evidence like that.
The current MATLAB normal generator is based on Marsaglia's Ziggurat idea.
There is a critique of that generator in the article by Leong et al. in the
Journal of Statistical Software, volume 12:
http://www.jstatsoft.org/index.php?vol=12
They take issue with a relatively low period in a particular implementation
of the algorithm. The MATLAB implementation has a higher period, though, on
the order of 2^64 rather than 2^32.
-- Tom
.
- References:
- MatLab randn and Simulation Step Numbers
- From: Matthew Brenneman
- Re: MatLab randn and Simulation Step Numbers
- From: Herman Rubin
- MatLab randn and Simulation Step Numbers
- Prev by Date: Re: assumption of Classification
- Next by Date: Re: MatLab randn and Simulation Step Numbers
- Previous by thread: Re: MatLab randn and Simulation Step Numbers
- Next by thread: Re: MatLab randn and Simulation Step Numbers
- Index(es):
Relevant Pages
|
|