by dragly on 10/28/18, 3:32 PM with 95 comments
by herodotus on 10/28/18, 5:14 PM
by ikken on 10/28/18, 7:48 PM
In other words, when you're waiting for bitcoin transaction to be confirmed and go to check how long ago the most recent block was produced, in order to estimate how soon the next one will come - you're doing it wrong. Even if previous block was found 9 minutes ago, you're average waiting time for the next block is still 10 minutes.
[1]. https://www.reddit.com/r/btc/comments/7rs8ko/dr_craig_s_wrig...
by agumonkey on 10/28/18, 10:25 PM
I think it made me completely careless about time, I would just go between stops and take the first one, go with the flow. By experience I'd know the range it would take for me to reach big places around the area.
I had a friend who was completely foreign to this mode of thinking, she was very dilligent and fully trusting (although she mostly used trains so a lot less divergence).
It reminds me of kid studies about intelligence / wealth ratios. When you're environment is random, you think random. When it's predictable you planify.
by twtw on 10/28/18, 5:59 PM
I've never really understood any example involving a poisson process. They always seem to involve bus arrivals or light bulbs burning out, and I can't understand why the memory less property would ever make any sense for these.
Even if the bus system was poorly run, why would it make sense to assume that the expected value of time to arrival doesn't change based on how long you've been waiting?
What is an actual phenomenon that is well modeled by a poisson process?
by taeric on 10/28/18, 5:14 PM
The simulations were worth the article on their own. The real world analysis was a great bonus.
Anecdotally, i was expecting confirmation bias to be the main culprit. Pleasantly surprised to seei was wrong.
by edoo on 10/28/18, 5:21 PM
by stephengillie on 10/28/18, 4:39 PM
One reason buses are late is because a bus must travel a circuit. Cars provide linear transportation, so the delay can only happen in the direction of your travel. Since buses run a circuit, they are impacted by delays in the direction opposite of your travel as well.
Your bus might be late because the return route has traffic or other delays. Or maybe a drunk or drug user got in a fight with the driver and the police were needed. Or someone in a wheelchair had a problem getting onto the lift.
by gwern on 10/28/18, 5:11 PM
by jobigoud on 10/29/18, 1:28 PM
If you take the average farm, chances are that it's doing humane farming. But if you take the average animal, it has an overwhelming chance of being in an industrial farm.
by stornetn on 10/28/18, 11:13 PM
by ChrisFoster on 10/28/18, 10:36 PM
I'm sure drivers try to actively manage this, but if they didn't I suspect the system would naturally evolve toward pairs of buses leapfrogging each other on long routes.
by MaxBarraclough on 10/29/18, 5:13 PM
(From reddit - https://www.reddit.com/r/programming/comments/9s4j58/the_wai... )
by varlock on 10/29/18, 4:47 PM
by nakedrobot2 on 10/28/18, 9:22 PM
by PascLeRasc on 10/29/18, 4:22 AM
by akane on 10/29/18, 1:16 AM
by amai on 10/29/18, 12:13 PM
by kuu on 10/29/18, 8:05 AM
Nice article, btw, interesting topic!
by ezoe on 10/28/18, 10:59 PM
by mayankkaizen on 10/28/18, 6:36 PM
Any recommendations?
by nyc111 on 10/28/18, 3:39 PM
by usgroup on 10/28/18, 7:58 PM
Go from arrival to cumulative arrivals to time of arrival to recurrence of arrival (next arrival). All are Poisson processes, including the recurrence process, which has a fixed expected value.
by torgian on 10/29/18, 5:45 AM
by graycat on 10/29/18, 1:37 AM
It's just the Poisson process, e.g., with a nice chapter in E. Cinlar, Introduction to Stochastic Processes.
Buses come as arrivals. So bus arrivals are a stochastic arrival process where stochastic just means varying randomly over time where, really, the randomly doesn't mean anything, includes deterministic arrivals, that is, known exactly in advance, but also admits any case of unpredictability.
Well, in short, if have a stochastic arrival process with stationary, independent increments, then the arrival process is a Poisson process and there is a number, usually denoted by lambda, so that the times between arrivals are independent, identically distributed random variables with exponential distribution with arrival parameter, the arrival rate, lambda. The stationary means that the probability distribution of the times between arrival does not change over time. The independent increments means that the time from one arrival to the next is independent of all the past history of arrivals.
The exponential distribution has the property, easy to verify with simple calculus, that the conditional expectation of the arrival time given that the arrival time is already greater than some number is the same as the expected arrival time.
So, net, if bus arrivals form a Poisson process, then the time until the next bus arrives is the same after waiting five minutes as not having waited at all.
Cinlar's treatment is nice because it is qualitative, that is, has assumptions that can often be confirmed or believed just intuitively. And we might not believe that bus arrivals meed the assumptions.
This subject can continue with, say, hazard curves for equipment failures and a lot more about Poisson processes.
E.g., the sum of two independent Poisson processes, say, Red buses and Blue buses, assuming that they are Poisson processes, is also a Poisson process with arrival rate the sum of the Red and Blue arrival rates. If randomly throw away some arrivals, then what is left is also a Poisson process with arrival rate adjusted in the obvious way.
In Feller's volume II is the renewal theorem that the sum of independent arrival processes, Poisson or not, with mild assumptions, converges to a Poisson process as the number of processes summed grows. So, if the users of a sufficiently busy Web site act independently with mild assumptions, then the Web site will see arrivals accurately as a Poisson process.
The vanilla Poisson process is Geiger counter clicks.
There is much more to the pure and applied math and applications of Poisson processes.
by nyc111 on 10/28/18, 6:07 PM
This is very ambiguous. Unless he gives a time frame the numbers do not make sense. Average in a week? Average in a year? This is not how it works in real life.
And I cannot accept his premise. My experience tells me that, in New York, when I used to take a bus to work, sometimes the bus was coming as I was walking to the stop; sometimes I would wait a long time. Sometimes not very long. There was no observable bias.