Bus simulation in excel, exponential distribution departure

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 4K views
AGS
Messages
1
Reaction score
0

Homework Statement



The bus service operates between points A and B. The buses depart from the terminal station A with headways that follow the negative exponentioal distributiona with parameter 10 trips per hour.
Assume that the characteristics of the system remain the same over time (not time dependent). Run simulation for 5 hours and find the average headway in each of the 5 hours.

So what I am having trouble with is the exponential distributed departure for each bus.

Homework Equations


no eq. given


The Attempt at a Solution


I think that the formula to work with is
f(x)=lamda*exp(-lamda*x)
Im little confused if lamda is 10 or 10/60=1/6 but it 1/6 makes more sense to me since I think the mean (mui=expected value) headway is 6 minutes and lamda=1/mui.
Im using excel and used the randbetween(0,35) to give me random x and than I plotted it and got a plot that looked ok. I also tried with lamda=10 but than I used rand() that gives random number between (0,1).
My problem is that I don´t know how to use this information to get random exponential distrebuted headways for each bus!
Should I maby use the inverse? T=-lnU/lamda (use rand() to get U)
 
Last edited:
Physics news on Phys.org
Hey,

Given that you have time constraint, parameter [tex]\lambda[/tex] and that that the bus journeys are discrete I think u will have to use Poisson distribution to generate the probabilities, however, You must not forget to multiply the parameter by 5 as your simulation is going to take 5 hours. Once this is completed one can generate probabilities for 5 hour bus journeys and create a rule for simulation.