Skip to content
Back to formatted view

Raw Message

Message-ID: <4A0B43E8.2020908@witthoft.com>
Date: 2009-05-13T22:04:24Z
From: Carl Witthoft
Subject: Simulation

So far nobody seems to have warned the OP about seeding.

Presumably Debbie wants 1000 different sets of samples, but as we all 
know there are ways to get the same sequence (initial seed) every time. 
  If there's a starting seed for one of the "generate a single giant 
matrix" methods proposed, the whole matrix will be the same for a given 
seed.
If rnorm is called 1000 times (hopefully w/ different random (oops) 
seeds), the entire set of samples will be different.

and so on.


Carl