Re: Poisson Distribution (for a newbie)

2006-02-16 Thread Jeremy Sanders
[EMAIL PROTECTED] wrote: > I want to mimic such kind of distribution using poison traffic ( a bell > shaped curve). I looked into wikipedia and some other tutorials but I > wasn't sure how many parameter does the above kind of distribution > would require. I've used numarray's poisson distributio

Re: Poisson Distribution (for a newbie)

2006-02-15 Thread Duncan Smith
[EMAIL PROTECTED] wrote: > I am simulating an event where users come into the pool randomly > starting at time T=0, i.e. For Example, 2 users came at T= 0 into the > the pool, 3 users came at T= 1 into the the pool, 5 users came at T=2 > ,..,54 users came at T=45 etc. As cumulative number o

Poisson Distribution (for a newbie)

2006-02-15 Thread diffuser78
I am simulating an event where users come into the pool randomly starting at time T=0, i.e. For Example, 2 users came at T= 0 into the the pool, 3 users came at T= 1 into the the pool, 5 users came at T=2 ,..,54 users came at T=45 etc. As cumulative number of users goes above 1024, we stop