Hi there, I am working on a model and have XXX patients arrive based on their scheduling time. To apply a lag between their appointment time and their arrival time which shows if the patients are early/late/On time, I apply the distribution loglogistic(-80.23, 86.59, 8.9, getstream(activity)) As an Offset in the arrival table. Based on two runs, I see the arrival times somehow do not follow this offset distribution. The distribution is derived from the historical data but the results from the simulation runs (arrival times) do not match with the dataset. For Example, the proportion of early patients in the dataset is ~ 70% but in the simulation runs the proportion of early patients is~40%. Does anybody know how it can be explained? Thanks! |