I have come across a quite complex scenario. I have actual data of the following:
- Queue length distribution
- Queue waiting time distribution
- Distribution of the number of agents arriving every day (but not their pattern of arrival throughout the day)
The process can be assumed as a simple "source > queue > delay > sink"
Is there a way to find an arrival rate and a delay time distribution to match the available actual data? I understand that mathematically there might be many solutions to such a problem. But is there a way at all to approach this situation in AnyLogic?
I managed to meet the average queue length and average waiting time but as a distributions, the queue length and queue waiting time are not close to the actual data set.