home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / sci / math / stat / 1674 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  2.7 KB

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!mentor.cc.purdue.edu!pop.stat.purdue.edu!hrubin
  2. From: hrubin@pop.stat.purdue.edu (Herman Rubin)
  3. Newsgroups: sci.math.stat
  4. Subject: Re: simulation of 2-dimensional Poisson distribution
  5. Message-ID: <57038@mentor.cc.purdue.edu>
  6. Date: 17 Aug 92 16:04:41 GMT
  7. References: <1992Aug16.234829.18925@ee.ubc.ca>
  8. Sender: news@mentor.cc.purdue.edu
  9. Organization: Purdue University Statistics Department
  10. Lines: 46
  11.  
  12. In article <1992Aug16.234829.18925@ee.ubc.ca> victorw@ee.ubc.ca (Victor J. K. Wong) writes:
  13.  
  14. >For a 2-dimensional homogenous Poisson distribution, 
  15. >p(i,A) = exp(-A*d)*(A*d)^i/i! where p(i,A) is the probability
  16. >of i occurrences in an area A, d is the spatial density
  17. >(number of occurrences per unit area). Similar to the
  18. >one-dimensional Poisson distribution, 2-dimensional one
  19. >also has the memoryless property. 
  20.  
  21. >To simulate a 2-dimensional Poisson environemnt, one can
  22. >divide an area A into many small areas with equal size B.
  23. >If B is small enough, p(0,B) + p(1,B) is very close to 1
  24. >and hence, p(i,B), for i > 1, can be discarded. For each
  25. >small area B, the probability of occurrence is p(1,B) and
  26. >the probability of no occurrence is p(0,B), and this is
  27. >a binominal process. If B is very small, one can assume
  28. >that the location of the occurrence is the center of the 
  29. >area B If this process repeats for each area B, the 
  30. >distribution of of any area in A is a 2-dimensional
  31. >Poisson. However, such a simulation takes long time, does
  32. >anyone has better suggestion for a faster simulation of
  33. >a 2-dimensional Poisson environment? If you have any
  34. >suggestion, please email to me (email address victorw@ee.ubc.ca).
  35.  
  36. I am posting this response because I believe that there are
  37. misconceptions which seem to be shared by many.  I believe
  38. that what is asked is the simulation of a Poisson process, 
  39. and that what is wanted is the entire set of sample points.
  40. Now if the area of the entire region is A, there are roughly
  41. A*d points to be computed, and there is no way to do the job
  42. without this much computing.  But not much more is needed.
  43.  
  44. One way to do the job is to first compute the x-coordinates
  45. of the points, which even with the greatest generality from
  46. a one-dimensional Poisson process, with the measures of the
  47. spacings being independent exponential random variables.  
  48. Then the y-coordinates have the uniform (or other appropriate)
  49. distribution given the x-coordinates.  This process can also
  50. be modified to accommodate acceptance-rejection procedures
  51. with little difficulty.
  52.  
  53. -- 
  54. Herman Rubin, Dept. of Statistics, Purdue Univ., West Lafayette IN47907-1399
  55. Phone: (317)494-6054
  56. hrubin@pop.stat.purdue.edu (Internet, bitnet)  
  57. {purdue,pur-ee}!pop.stat!hrubin(UUCP)
  58.