Re: simulating a Poisson forest
- To: mathgroup at smc.vnet.net
- Subject: [mg2909] Re: simulating a Poisson forest
- From: KOLEH at JOYL.JOENSUU.FI
- Date: Tue, 9 Jan 1996 02:18:22 -0500
If each coordinate in the {x,y}-pairs are drawn form independent uniform distributions, this will generate a Poisson forest. You can do this simply by using Table[{Random[],Random[]},{n}] where n is the number of "trees". This is of a Poisson forest in a unit square. Osmo Kolehmainen ==== [MESSAGE SEPARATOR] ====