|
|
Poisson distribution and Inter-Arrival Time problems
Hi,
I have a simulator where I generate inter-arrival times for different
events using a exponential distribution.
My problem is that I want to use Poisson distribution for arrivals,
and thus I want the inter-arrival times to reflect a poisson
distribution.
The problem is that I can only find the Poisson distribution defined
as
the number of events, or a count of events, during a given time and
average.
What should I do? The whole simulator is built around inter-arrival
times?
cheers,
Bosse
ps. For the exponential one, I use the inverse method on the CDF and
put a random value between 0.0 and 1.0 to get a random value that
follows the exponential distribution. ds.
|
|
0
|
|
|
|
Reply
|
drbamdadi
|
10/5/2003 11:40:27 AM |
|
"Bosse" <drbamdadi@hotmail.com> wrote in message
news:5ba16359.0310050304.69adaea2@posting.google.com...
> Hi,
>
> I have a simulator where I generate inter-arrival times for different
> events using a exponential distribution.
>
> My problem is that I want to use Poisson distribution for arrivals,
> and thus I want the inter-arrival times to reflect a poisson
> distribution.
>
> The problem is that I can only find the Poisson distribution defined
> as the number of events, or a count of events, during a given time and
> average.
>
The exponential distribution and the Poisson distribution are the same:
If and only if interarrival times are exponentially distributed, the number
of events in a fixed timeslice are Poisson distributed. Accordingly, if
individual events are simulated, use the exponential distribution, if events
during a timeslice are simulated, use the Poisson distribution. Of course
the simulation of individual events shows more details.
--
Rommert J. Casimir
Room B725
Tilburg University
P.O. Box 90153
5000 LE Tilburg, The Netherlands
tel 3113 4662016 fax 3113 4663377
http://infolab.uvt.nl/people/casimir/BIKA/RC_HOME.HTM
This message was sent from home,
De Zegge 7
5591 TT Heeze The Netherlands
tel 040-2060959/2060966
Computing was more fun when nobody got rich from it
|
|
0
|
|
|
|
Reply
|
Rommert
|
10/5/2003 5:30:56 PM
|
|
|
1 Replies
498 Views
(page loaded in 0.044 seconds)
Similiar Articles: Poisson distribution and Inter-Arrival Time problems - comp ...Hi, I have a simulator where I generate inter-arrival times for different events using a exponential distribution. My problem is that I want to use Poisson ... Simulating Inter-Arrival time - comp.simulationPoisson distribution and Inter-Arrival Time problems - comp ... Hi, I have a simulator where I generate inter-arrival times for different events using a exponential ... Interp1 (Yet again) - comp.soft-sys.matlabPoisson distribution and Inter-Arrival Time problems - comp ... Interp1 (Yet again) - comp.soft-sys.matlab... in part to Tideman, I was able to correct the problem ... Problem with simulation of sun-earth-moon trajectory - comp.soft ...The trajectory of sun and earth works out just fine, but there is some problem with ... Also, I would change the time vector so that the time increment is exactly 0.8 ... other method to simulate an exponential - comp.simulation ...Poisson distribution and Inter-Arrival Time problems - comp ... other method to simulate an exponential - comp.simulation ... Poisson distribution and Inter-Arrival Time ... multivariate Gaussian Distribution - comp.soft-sys.matlab ...Poisson distribution and Inter-Arrival Time problems - comp ..... sys.matlab... in part to Tideman, I was able to correct the problem ... START_FLT_Fast = input('Please ... Simulations, Poisson distribution and inter-arrival time problemson 5-oct-2003, bosse had posted a similar question for which Eric Bohlman, Horst Kraemer, Hylton Boothroyd had replied. I have a similar question. Poisson distribution and Inter-Arrival Time problems - comp ...Hi, I have a simulator where I generate inter-arrival times for different events using a exponential distribution. My problem is that I want to use Poisson ... 7/24/2012 12:21:39 PM
|
|
|
|
|
|
|
|
|