MathGroup Archive 1996

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: simulating a Poisson forest

  • Subject: [mg2909] Re: simulating a Poisson forest
  • From: KOLEH at JOYL.JOENSUU.FI
  • Date: 9 Jan 1996 03:52:58 -0600
  • Approved: usenet@wri.com
  • Distribution: local
  • Newsgroups: wri.mathgroup
  • Organization: Wolfram Research, Inc.
  • Sender: mj at wri.com

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



  • Prev by Date: Re: simulating a Poisson forest
  • Next by Date: Showing Intermidate steps
  • Previous by thread: Re: simulating a Poisson forest
  • Next by thread: Speed Comparisons (Power Mac vs Pentium)