I was using the custom arrivals table to simulate patient arrivals to an emergency room (see Fig 1). The problem is that, as poisson is an unbounded distribution, on occasion, this generates an artificially high returned quantity of patients for the hour. For example, in my empirical data set, the number of patients arriving in an hour never exceeds 25. In the model’s poisson-generated data, the number of arrivalls per hour reaches as high as 46. This appears to be causing problems as I attempt to validate the model.
Fig 1
How can I keep the variation in arrivals the poisson distribution gives be, while at the same time, cap the max arrivals to 25 per hour? I attempted to achieve this by adding the the “min” equation to the table (See Fig 2). The modification had no impact on the arrivals. What would be the solution?
Fig 2
Thanks,
Jim
@tee.hiett