What distribution should I use for generating random client counts?

  • Thread starter Thread starter twoflower
  • Start date Start date
  • Tags Tags
    Bit Statistics
twoflower
Messages
363
Reaction score
0

Homework Statement



The bank is opened from 9:00 to 17:00. From 9:00 to 10:30 the average client count who come into bank is 32/hour, from 10:30 to 15:30 it is 26/hour and from 15:30 to 17:00 it is 50 clients per hour.

I have to test the hypothesis that the average count of clients who came to bank is 253 - this number was selected so that it's the sum of average counts for those time intervals.

I have to test this hypothesis based on sample of 250 days - I have to use random clients count N_1, ..., N_{250}. The problem is (for me) the way I must generate these random counts. They should be "drawn" from distribution, whose mean value is equal to average client count per day, ie. 253.

But what's the distribution like? I guess it's just some well known distribution and I must guess which one, but I can't find it out. I thought with exponential distribution I could do it, but it models rather intervals between events than count of the events itself. Then normal distribution came to my mind. It's quite appropriate I think but I don't know the variance it should have...

Thank you for any help.
 
Physics news on Phys.org
twoflower said:

Homework Statement



I thought with exponential distribution I could do it, but it models rather intervals between events than count of the events itself.

...which would seem to be the job of the Poisson distribution, if I remember right. I'm not 100% sure though.
 
cepheid said:
...which would seem to be the job of the Poisson distribution, if I remember right. I'm not 100% sure though.

Thank you cepheid! That will be the one I'm looking for.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top