I would like to generate random numbers with poisson distribution. Is
anyone having any reference to this program. (without using Comm toolbox). hari _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. |
|
Poisson distribution
Started by ●September 30, 2000
Reply by ●October 1, 20002000-10-01
Hi, You can use random() function. Try its help in Matalb. It can generate random numbers with a number of different distributions. Regards. Imran. >From: "HARI KRISHNA Vuppaladhadiam" <> >Reply-To: >To: >Subject: [matlab] Poisson distribution >Date: Sat, 30 Sep 2000 15:33:49 GMT > >I would like to generate random numbers with poisson distribution. Is >anyone >having any reference to this program. (without using Comm toolbox). > >hari > >_________________________________________________________________________ >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > >Share information about yourself, create your own public profile at >http://profiles.msn.com. _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. |
Reply by ●October 10, 20002000-10-10
hi, see Numerical Recipes in C, it has an algorithm to generate RV s with poisson distribution hemanth HARI KRISHNA Vuppaladhadiam wrote: > I would like to generate random numbers with poisson distribution. Is anyone > having any reference to this program. (without using Comm toolbox). > > hari > > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > Share information about yourself, create your own public profile at > http://profiles.msn.com. > To Join: > > To Post: > > To Leave: > > Archives: http://www.egroups.com/group/matlab > > More DSP-Related Groups: http://www.dsprelated.com -- --o--2--@--*--6--*--o--*--7--#--5--o--*--3--#--&--9--o--*--@--*--o--*--7--#--5\ -- GOD does not play dice - Albert Einstein Who are you to tell God what to do?- Niels Bohr | |||||||
|
Reply by ●October 14, 20002000-10-14
hi, the generation of RV s based on rejection method approximates the asymptotic behaviour of the distribution function. the degree of approximation can be controlled in the implementation. regards, hemanth arun naik wrote: > Hello everybody > > I have seen mails which talk about simulating Poisson Distribution. > > I am curious to know how to simulate the RV with Poisson pdf > accurately since "infinity" is also one of the outcomes of the RV. In > other words, how can you simulate a RV which has one of its outcomes > occuring after 'infinite' time(using equivalent exponential > distribution)? Is there any approximation involved? > > regards > > arun > eGroups Sponsor > > To Join: > > To Post: > > To Leave: > > Archives: http://www.egroups.com/group/matlab > > More DSP-Related Groups: http://www.dsprelated.com -- --o--2--@--*--6--*--o--*--7--#--5--o--*--3--#--&--9--o--*--@--*--o--*--7--#--5\ -- GOD does not play dice - Albert Einstein Who are you to tell God what to do?- Niels Bohr | |||||||
|