Suppose I have a data from Center A and Center B. I record the number of arrivals per hour(0,1,2,3,4,5) for center A and center B. I need to test whether the means from two centers are equal. My data has three columns. First column is Number of arrivals per hour, second column is center A frequency and last column is center B frequency. I also assume that the distribution of arrivals at both centers are Poisson.
Can I use a z test in this case?