You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple abstract model of a train station, with passengers entering from the left and exiting
on the right. Each Entrance has an exit randomly assigned for the people from that entrance to aim for. A parameter also determines how
likely a person is to head to their assigned exit. The speed of a person is randomly sampled from a distribution and people slow as they approach someone else. If people touch then a random movement is applied to them on the y-axis.
R and python script are also included providing some analysis of the model.