The further behind the previous bus a bus is, the more people will arrive at the bus stop. The more people there are at the stop, the longer the bus has to spend picking them all up and selling them tickets etc. Therefore the delayed bus will tend to experience more delay. The bus behind them will have less people to pick up, so it will spend a shorter time at stops and tend to catch up with the first bus, so the two busses are dragged towards each other.
In my country, apart from an app/ online, you can buy a ticket pretty much anywhere. I guess someone worked out that bus drivers with money are a potential theft risk, and also that selling tickets on the bus takes time and makes busses late(r than they would be).
Compare:
https://www.lubus.info/images/stories/taborbus/5122-57.jpg vs https://www.chicagobus.org/system/photos/250/large/DSC00925....
That's double the boarding time at every stop right there.
The schedule is also designed in such a way that the bus is usually ~1 minute ahead of time and can wait for the proper time to depart from each bus stop - zeroing the randomness on each stop. If it gets too delayed on one part of the route it can catch up on next few bus stops.
On intercity routes there's fewer bus stops so usually there's just 1 door and the driver sells the tickets.
In practice I see buses slowing down or stopping to keep their ordering, and I don't understand why.
(Of course that doesn't work for trains which can't overtake)
My solution has been to stop looking at the station when I leave 7-Eleven.
⸻
1. I still do.
> you arrive at a random time
So, um, if you intend to take public transit, it's best to not arrive at a random time. Looking at the time tables and planning around them is public transit user 101.
Average Jackpot prize is JackpotPool/Average winners.
Average Jackpot prize given you win is JackpotPool/(1+Average winners).
The number of expected other winners on the date you win is the same as the average number of winners. Your winning ticket doesn't affect the average number of winners.
This is similar to the classroom paradox where there are more winners when the prize is poorly split, so the average observed jackpot prize is less than the average jackpot prize averaged over events.
But if you are not, and pick a random time where you win, on average, you will win as much as the average lottery winner.
For the classroom paradox to work, you have to take the average prize per draw after splitting, not the average prize per winner.
For example, if there are 9 winners in the first draw and 1 in the second, then there are 5 winners on average, so the average prize is 1/5. If you are one of the winners, there is 9/10 chance you are among the 9 and only win 1/9, which is less than average, but there is also 1/10 change of winning full prize, which is much better than average. If you take a weighed average of these (9/10*1/9+1/10*1) you get 1/5, back to the average prize. The average individual prize per draw is (1/9+1)/2=5/9, but it is kind of a meaningless number.
Another way to see it is that most of the times, you will win less than average, but the few times you win more, then you will win big. But isn't it what lotteries are all about?
> Average Jackpot prize given you win is JackpotPool/(1+Average winners).
That doesn't make a lot of sense.
Maybe you mean that most winners get less than the average prize.
Let's say that there is $1m jackpot and there could be one, two, three or four winners (with equal probability).
To simplify the calculation, let's say that each outcome happens once.
The average prize is $400k (4 x $1m / (1+2+3+4)).
A winner has 40% probability of getting just $250k and 30% probability of getting $333k.
----
Edit: Or maybe you tried to say something like the following but didn't get it right because "average winners" means different things when you win and when you don't.
> Average Jackpot prize is JackpotPool/Average winners when there are one or more winners
> Average Jackpot prize given you win is JackpotPool/(1+Average winners when there are zero or more winners).
On the other hand, your analytically computed expected winning is indeed less than an analytically computed expected average prize, when conditioned on the fact that you won, because you are more likely than not to be in a lottery that has more winners than the average lottery. This is mathematically the same phenomenon as the thing where the perceived average class size if you sample random students is greater than the actual average class size, because more students will be in the larger classes. This doesn't mean every class is larger than the average class, which is not possible. It just means that if you randomly select a student, you have a better than 50/50 chance of selecting someone in a larger than average class.
I think this is a good hint that the conclusion isn't true. Just think about what it would mean if this were true for a sample of lotto winners. For a winner, if they win, their average number of winners is higher than the global average. Repeat this logic for each individual winner... And every winner wins with a higher number of winners than the average. Which is clearly impossible.
It would be true if you were guaranteed to win, since that's the assumption you have conditioned the probability on, but that's not a lottery then. If you want to get the actual expected value across all samples you need to take a weighted sum including the expected value when you don't win.
Who is arriving in the first part of the sentence? At first I thought he meant the bus arrival, thus N = 10, and 2N would be 20. But then he says
>The average wait time is also close to 10 minutes, just as the waiting time paradox predicted.
10 isn't 20 so ???
That is, they sound like similar questions, but they are not. How long can one random person expect to wait at a stop is different from how long a population will wait at a given spot. In large because a person can only arrive at a single time in the waiting interval, but more passengers become less likely the closer to departure time.
(I realize I didn't word all of this as a question, but I am not asserting I'm correct here. Genuinely curious if I understand correctly.)
As the article notes, it's the same reason the average coin in a sequence of tosses will be in a longer run than the average run length.
someone comes to a subway station at (uniform) random times between 6p and 8p; he notices that the first train he observes arriving at the same station is 3 times more often inbound than outbound. He also knows that time intervals between the trains going in the opposite directions are fixed and equal — say, always 6 minutes, so the only random event here is when this person arrives at the platform. Explain how this is possible.
Past discussion: https://news.ycombinator.com/item?id=18321062
edit: interesting post with a different ending than I imagined.
Been thinking about using some statistical methods to give me some better estimates of the busses I take to work. Like "given that it's $today, which is a Tuesday, it's 17:30, and the display says the bus is 7 minutes delayed, how long til it will actually come?
Some discussion then: https://news.ycombinator.com/item?id=18321062
OK sometimes the app / bus location system fucks up but most of the time or their are unexpected road road work or traffic accident that suddently forces it to be slower but most of the time it is pretty much accurate.
I really enjoy having 10-20 lines that produces the expectation value directly by simulation; that's a fast way for me to understand the underlying values.