Queuing theory and Poisson process

  Рет қаралды 103,017

Mathemaniac

Mathemaniac

Күн бұрын

Пікірлер: 117
@mathemaniac
@mathemaniac Жыл бұрын
This video primarily serves as the prerequisite of the next video, which is going to be out soon. The prerequisite only includes Poisson distribution, but I thought it might be a little less textbook-like if I associate this with queuing theory.
@adityakulkarni8352
@adityakulkarni8352 10 ай бұрын
Thank you so much for such a clear and simple explanation. Please upload the next video!!! Thanks again.
@hamsterdam1942
@hamsterdam1942 Жыл бұрын
This video actually shows why, out of all things, Poisson distribution appears when studying radioactive decay
@johnchessant3012
@johnchessant3012 Жыл бұрын
Mathemaniac and 3b1b both uploading probability videos on the same day? Awesome!
@16876
@16876 Жыл бұрын
1 hour apart
@ridazouga4144
@ridazouga4144 Жыл бұрын
No kiddding
@mathemaniac
@mathemaniac Жыл бұрын
Haha, I honestly haven't communicated with Grant whatsoever.
@MarshallLevin
@MarshallLevin Жыл бұрын
What are the odds?
@ryancantpvp
@ryancantpvp Жыл бұрын
Normally I would watch the entire video before commenting, but I was so surprised by how the first few minutes of the video explained how probability works with time, and that’s something I’ve been wondering for a while. Great content as always!
@FardeenKhan-mb1fs
@FardeenKhan-mb1fs Жыл бұрын
This is what i am waiting for.
@mathemaniac
@mathemaniac Жыл бұрын
I see what you did there.
@gc-foi-espoir-amour
@gc-foi-espoir-amour Жыл бұрын
In a queue? 😅😅
@jankinsics
@jankinsics 6 ай бұрын
Same here. Debugging a queueing problem in production.
@klikkolee
@klikkolee Жыл бұрын
The derivations at 9:40 neglect the possibility of a customer arriving and a customer leaving in the same time step. These events were assumed to be independent, so it cannot also be assumed that they cannot coincide. If the queue is in state 3, and a customer arrives and a customer leaves in the same time step, the queue is still in state 3 -- not state 2. The term should have a factor of 1-λ/n to stipulate that a customer did not arrive on that time step. Similarly, the term for the state 1 => 2 transition should have a factor of 1-μ/n to stipulate that a customer did not depart on that time step -- since otherwise the queue would still be in state 1. And there should be another state 2 term for if a customer arrives and a customer departs in the same time step when already in state 2. So the equation should be: p_2(t+1/n)=p_2(t)((1-λ/n)(1-μ/n)+(λ/n)(μ/n)) + p_3(t)(μ/n)(1-λ/n) + p_1(t)(λ/n)(1-μ/n) In state 0, the events cannot be independent -- a customer can only depart in that time step if they arrived in that time step (were served within a single time step). The only way to interpret the departure probability in this scenario is as the probability that a customer departs given that a customer arrives. This however results in the same term for the probability for their intersection as when they were independent. The equation for state 0 becomes: p_0(t+1/n)=p_2(t)((1-λ/n)+(λ/n)(μ/n)) + p_1(t)(μ/n)(1-λ/n)
@klikkolee
@klikkolee Жыл бұрын
If instead it is assumed that the events cannot coincide, and that λ/n and μ/n are still the total probabilities of the events, then we get the following relationships: let A be the event for arrival and D be the event for departure: P(A∩D)=P(D∩A)=0 P(A)=P(A∩D)+P(A∩¬D) P(A)=P(A∩¬D) P(D)=P(D∩A)+P(D∩¬A) P(D)=P(D∩¬A) P(¬A∩¬D)=1-(P(A∩¬D)+P(¬A∩D)+P(A∩D)) P(¬A∩¬D)=1-(P(D)+P(A)) This still results in a discrepancy from the derivation in the video, since the state-n no-transition term is based on the P(¬A∩¬D)=(1-P(D))(1-P(A)) of independent events instead of the P(¬A∩¬D)=1-(P(D)+P(A)) of mutually exclusive events. Also note that the mutually-exclusive condition imposes the condition of P(D)+P(A) ≤ 1
@alucs6362
@alucs6362 Жыл бұрын
I was also thinking this and was looking for a comment talking about it. Note, however, that even if we assume they can coincide in the finite n case, the contribution is of order O(1/n^2) and so becomes negligible as we take the limit - this means the final result is still correct (as somebody else said elsewhere in the comments, Mathemaniac does leave a note at 8:29 which notes this, though they don't mention it in the narration)
@klikkolee
@klikkolee Жыл бұрын
@@alucs6362 I watch youtube with captions on. the note was covered up!
@alucs6362
@alucs6362 Жыл бұрын
@@klikkolee Understandable! I had also not seen it before I read this other comment (I originally going to comment that I assume they hadn't included it because it was negligible in the limit, but no need to assume in this case!)
@deinauge7894
@deinauge7894 Жыл бұрын
All equations (from start to finish) are wrong for finite n, as every term that vanishes for n->inf is neglected.
@libberator5891
@libberator5891 Жыл бұрын
I just have some video editing feedback. Some people (like myself) keep subtitles on. So don't use the bottom ~10% for important information, like the results of certain equations. It gets blocked, and having to toggle subtitles off and on just to see parts of the video can get annoying. Consider where the viewers' vision typically rest and put things you want to bring their attention to near the center of the screen. Having to look towards the peripherals can be distracting and just extra work, making information transfer harder. Anyways, keep up the good work!
@danielchin1259
@danielchin1259 Жыл бұрын
The trick of *invariant distribution* is so profoundly generalizable, once you get used to it, you'll start to use it every where.
@parsimoniousdialog
@parsimoniousdialog 3 ай бұрын
Then, thinking about the nature of a battery, we might consider the common description: One side is plus (positive) +. The other side is minus (negative) -. Then the boundary condition along the number line is usually called zero (nothing) 0. Then a formulation of the number line might follow: (-∞, -, 0, +, +∞). This formulation resembles the object called a battery.
@parsimoniousdialog
@parsimoniousdialog 3 ай бұрын
In this case, we would wonder about a common phrase, saying, or aphorism: "All Your Base."
@ariebaudoin4824
@ariebaudoin4824 Жыл бұрын
nice video, i have an exam on ODE's this friday, so i was immediately thinking about how to write the ODE in terms of a matrix, we didnt have infinitely big systems, so it was really fun to see one
@DrJRMCFC
@DrJRMCFC Жыл бұрын
Queuing theory is also heavily used in telecommunications
@mathemaniac
@mathemaniac Жыл бұрын
Yes! I don't know enough to put this into the video, but it is in a couple of textbooks about computing systems as well!
@antonkot6250
@antonkot6250 Жыл бұрын
Probably the best math video I've seen in couple of years (with lambda over mu probability :) )
@multidimensionalminds
@multidimensionalminds Жыл бұрын
You can watch "Science of Queues and Psychology of Waiting: Revealing the Secrets of Queueing Theory"
@josephjepson6756
@josephjepson6756 Жыл бұрын
I liked the piano music while doing math manipulation. It was relaxing.
@mohammedel-naggar9394
@mohammedel-naggar9394 Жыл бұрын
great job in explaining it. I didn't understand it from MIT.
@ANunes06
@ANunes06 Жыл бұрын
All of this made perfect sense to me in class and I hated doing it with a passion. These feelings were unrelated. I just hate the procedure, despite how obvious it is.
@fresheFresse
@fresheFresse Жыл бұрын
When evaluation state k and looking at probability contributions to pk(t + 1/n): Why is the contribution from state k+1 not pk+1(t)(u/n)(1-lambda/n)? In other words when we are in state k+1 shouldn't there only be a contribution when a departure happens AND no new arrival comes in the interval? Same for the contribution from k-1
@fresheFresse
@fresheFresse Жыл бұрын
A lot of these contributions might cancel out though
@ryancantpvp
@ryancantpvp Жыл бұрын
I’m guessing it’s because 8:29 mentions how that possibility is negligible.
@jakoolaboo
@jakoolaboo Жыл бұрын
@Mathemaniac Please respond and free us from this hell
@jakoolaboo
@jakoolaboo Жыл бұрын
I think you are absolutely right!
@MiroslawHorbal
@MiroslawHorbal Жыл бұрын
I'm thinking the same thing
@alex_zetsu
@alex_zetsu Жыл бұрын
A memoryless arrival is a reasonable approximation a lot of the time but memoryless service rate... less so.
@flanbenflen9069
@flanbenflen9069 Жыл бұрын
This is, simply put, extraordinary.
@xX_swagger_Xx
@xX_swagger_Xx 7 ай бұрын
you explained this way better than my professor
@baonguyen-ct6nj
@baonguyen-ct6nj Жыл бұрын
in the equation at 9:34, shouldn't the 2 departures from p2 to p1 and p3 at time = t be incorporated to the state at time = t+1? I don't understand why they are excluded.
@nektariosorfanoudakis2270
@nektariosorfanoudakis2270 Жыл бұрын
With several service desks, it's obvious that the customers would requeue in order to decrease their wait time, so it's not that insane that customers from "within" the queue may be served, not just the head. We need an infinite amount of desks and an infinite amount of customers who can teleport to the queue of their choice when it becomes shorter than the one they're currently at, no problem!
@tissuepaper9962
@tissuepaper9962 Жыл бұрын
not true, there's no guarantee or requirement that every queue provides the same service, so customers won't necessarily rearrange themselves. for example, in a store like Walmart there are checkouts, self-checkouts, customer service checkouts, electronics checkouts, gun checkouts, and tobacco checkouts, all of which provide slightly different services and multiple of which may be visited by a single customer in a single trip to the store. These different queues form a Jackson network.
@1.4142
@1.4142 Жыл бұрын
Probability videos by Mathemaniac and 3b1b within the same hour? What are the chances!
@Jarretinha
@Jarretinha Жыл бұрын
And both about probability! Hard to assume independence...
@dwivedys
@dwivedys Жыл бұрын
This is an unbelievably amazing video!!
@alejandrom.4680
@alejandrom.4680 Жыл бұрын
Wonderful explicative video!! I will do Probability and Statistics next semester so it will be handy in some months.
@opexideas-karolbak1483
@opexideas-karolbak1483 7 ай бұрын
I came across a description that the relationship [VA/system flow time] is called "flow efficiency". Is there a name for the relationship [Servie Time/system flow time], maybe flow utilization??? (assuming VA/unit is an effective part of Service Time.)
@etienneparcollet727
@etienneparcollet727 Жыл бұрын
The equations of transition are not valid at finite n, as multiple hops cases are not included. What Would have been needed is explicitly saying that the remainder is o(1/n).
@Tomyb15
@Tomyb15 Жыл бұрын
Curiously for me, I recently learned about this and queuing theory last semester (2022) in a course about simulating processes. A bit late for the finals but I passed the class anyway!
@scalex1882
@scalex1882 Жыл бұрын
At 03:35 you divide the numerator of the factorial fraction by n from (lambda/n)^k but it seems you forgot to apply the ^k to the denominator. Where is the (1/n^(k-1))??
@superuser8636
@superuser8636 Жыл бұрын
No surprise I went to a strong ratio/root test with absolute convergence for a window which you explain later in the video as a trained eye from Calc 2 can see from taking the limit and evaluating the expression that plugging infinity into the LHS before setting up the Diffeq that it will evaluate to 0 without diffeq or stats but you make a great explanation with visuals. Kudos 🎉❤
@benhsu42
@benhsu42 Жыл бұрын
Question for the 10 minute mark: isn't there a fourth way we arrive at p_k: we start at p_k, and someone leaves, and someone arrives: p_k(t)*lambda/n*mu/n (as distinguished from no one coming and no one leaving)
@uhah1235
@uhah1235 Жыл бұрын
Very clear explanation. Thank you, your the best ❤, keep making awesome videos like that !
@sceKernelDestroy
@sceKernelDestroy Жыл бұрын
Fantastic video! I think I finally learned that concept after having seen it from a far a bunch of times :) Just a tiny bit of feedback: I personally thought that when you talked about the limiting case for the differential equations it was a bit confusing how you described the process of rewriting this in terms of a difference quotient, because somehow it sounded (even though it was completely right of course) weird that you would change the two terms on the right hand side differently. Maybe this is like a pedagogical thing? Maybe you could have done subtraction (as a whole) and then multiplication for both terms instead of seemingly doing one set of operations (subtraction and multiplication) on one term and another set of operations (just multiplication) on the other term. Hope I got across what I meant to convey, and again: Love the video! Keep up the great work👍
@multidimensionalminds
@multidimensionalminds Жыл бұрын
Hi, you can watch "Science of Queues and Psychology of Waiting: Revealing the Secrets of Queueing Theory"
@SolomonUcko
@SolomonUcko Жыл бұрын
Wouldn't a more typical service model be that each customer, when they get to the front of the queue, leaves in an constant amount of time from when they arrive, or some probability distribution? How would that work out?
@ethgraham
@ethgraham 11 ай бұрын
Modeled by an M/G/k queue where arrivals are memory less and service time is a general distribution. Makes practical sense but is harder to analyze mathematically
@AlirezaAroundItaly
@AlirezaAroundItaly 5 ай бұрын
Amazing video , thank you so much
@fibbooo1123
@fibbooo1123 Жыл бұрын
Awesome video!
@leonard8336
@leonard8336 Жыл бұрын
music is quite loud
@et2124
@et2124 Жыл бұрын
@mathemaniac at around 15:56 -> try to make the volume of the music match the volume of your voice Other than that, all good, like:)
@akhandpratapmall470
@akhandpratapmall470 19 күн бұрын
Why did we take probability = lamda/n ??
@tomkerruish2982
@tomkerruish2982 Жыл бұрын
That queue seems to be composed of anonymous people. Queue anon... nah, it couldn't be. Could it?🤪
@racpa5
@racpa5 Жыл бұрын
Love your math videos.
@gurulinggbiradar6982
@gurulinggbiradar6982 8 ай бұрын
cleared my mind. thank you
@김선중-z1q
@김선중-z1q 9 ай бұрын
beautiful and helpful. Thanks
@RevolutionibusOrbiumCoelestium
@RevolutionibusOrbiumCoelestium Жыл бұрын
What about the possibility that any customer arriving delays the service as they are being a “Karen”? How do you account for that?
@NIXNYKYO
@NIXNYKYO Жыл бұрын
Thanks!
@HoSza1
@HoSza1 Жыл бұрын
So according to maths, do I switch to the other queue or just stay I this one which was shorter but goes also seemingly slower???
@mathemaniac
@mathemaniac Жыл бұрын
Interestingly, related but not exactly the same phenomenon is discussed so widely that there is a name: wait/walk dilemma. The wiki article says, "The wait/walk dilemma occurs when waiting for a bus at a bus stop, when the duration of the wait may exceed the time needed to arrive at a destination by another means, especially walking."
@habukichan
@habukichan Жыл бұрын
can I ask what was the song while evaluating the limit? thanks 🙏🙏
@orngng
@orngng Жыл бұрын
hopeful freedom by asher fulero
@zaringers
@zaringers Жыл бұрын
It’s excellent, thank you!
@maggotroot
@maggotroot Жыл бұрын
why dont you use colors matching to a concept? Now there are too many of them and they, generally, just look random.
@cykkm
@cykkm Жыл бұрын
Why the other vid is on the 2nd channel, if you don't mind my asking? I note there are math education videos like here, and your opinion vids, generally with the property that they are anything else. Is it really better to split the education videos between the two? They are harder to find there.
@mathemaniac
@mathemaniac Жыл бұрын
Mainly because I can't find a narrative that pushes variance here - it is not really needed anywhere later on in the video, and it is probably also an extra minute or two, which is not really good for audience retention. I mean, a few probability videos on the channel also have the same property: the Stein's paradox and the random walk ones also have a "more technical" video on the second channel. I can't put the second video on this channel either because the second video will tank the performance of the video, making the channel performing worse than it already is.
@MissPiggyM976
@MissPiggyM976 Жыл бұрын
Very well done, thanks!
@Taha-uc1if
@Taha-uc1if Жыл бұрын
great explanation
@PhysicsRaja-ul3kc
@PhysicsRaja-ul3kc Жыл бұрын
Great video as usual man...
@tuongnguyen9391
@tuongnguyen9391 Жыл бұрын
I wish there could be time stamp
@samirelzein1095
@samirelzein1095 Жыл бұрын
very very nice job!
@InquilineKea
@InquilineKea Жыл бұрын
ben hoffman once tld me to study this more
@forresthu6204
@forresthu6204 Жыл бұрын
Thanks
@CarlosRodriguez-mx2xy
@CarlosRodriguez-mx2xy Жыл бұрын
Just Beautiful !!
@scalalang2-ql4hc
@scalalang2-ql4hc 2 ай бұрын
great video
@mrofnoctonod
@mrofnoctonod 7 ай бұрын
None of this means anything in Africa where queuing is not taught from childhood as a societal norm.
@MrBricks148
@MrBricks148 Жыл бұрын
Whoa just watched the video that finds the relationship between ums and public speakers that uses the same maths. What are the chances :p
@ayushsawarni490
@ayushsawarni490 Жыл бұрын
This is beautiful ❤️
@Sky-pg6xy
@Sky-pg6xy Жыл бұрын
I prefer the name “line-up theory” lol
@maxresnick7753
@maxresnick7753 Жыл бұрын
wen next video
@tsunningwah3471
@tsunningwah3471 Жыл бұрын
amazingvideo
@marcelob.5300
@marcelob.5300 Жыл бұрын
Great
@eswyatt
@eswyatt Жыл бұрын
For an actual explanation: Khan Academy
@Phlosioneer
@Phlosioneer Жыл бұрын
A good follow-up for people who want to see queue theory in practice is the defunctland fastpass/shapeland video: kzbin.info/www/bejne/b6rNi6N4ppaLeKc (it *does* get mathy)
@tsunningwah3471
@tsunningwah3471 Жыл бұрын
good shit
@PaPa-kr5yt
@PaPa-kr5yt Жыл бұрын
Hey thank you for the great content again 😀
@steveunderwood3683
@steveunderwood3683 Жыл бұрын
25 minutes on queuing, and I didn't hear the name Erlang even once.
@multidimensionalminds
@multidimensionalminds Жыл бұрын
You can watch "Science of Queues and Psychology of Waiting: Revealing the Secrets of Queueing Theory"
@thomasjames1067
@thomasjames1067 Жыл бұрын
There's something fishy about this process
@merchamyn
@merchamyn Жыл бұрын
Oui Poisson
@tsunningwah3471
@tsunningwah3471 Жыл бұрын
ninin
@nicolasrosat5485
@nicolasrosat5485 Жыл бұрын
Merci !
@tsunningwah3471
@tsunningwah3471 Жыл бұрын
se x
@tsunningwah3471
@tsunningwah3471 Жыл бұрын
b b b b
@tsunningwah3471
@tsunningwah3471 Жыл бұрын
vvvvvvv swex
@tsunningwah3471
@tsunningwah3471 Жыл бұрын
diu
@xenonmob
@xenonmob Жыл бұрын
jesus bro pay a narrator at this point. unbearable
@Lolwutdesu9000
@Lolwutdesu9000 Жыл бұрын
What about the time interval tending towards zero?
@multidimensionalminds
@multidimensionalminds Жыл бұрын
You can watch "Science of Queues and Psychology of Waiting: Revealing the Secrets of Queueing Theory"
@benhsu42
@benhsu42 Жыл бұрын
Thanks!
The weirdest paradox in statistics (and machine learning)
21:44
Mathemaniac
Рет қаралды 1 МЛН
Queuing Theory Tutorial - Queues/Lines, Characteristics, Kendall Notation, M/M/1 Queues
15:52
Bikey Bonn Kleiford Seranilla
Рет қаралды 195 М.
Players push long pins through a cardboard box attempting to pop the balloon!
00:31
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 28 МЛН
Миллионер | 3 - серия
36:09
Million Show
Рет қаралды 2,2 МЛН
Poisson Distribution EXPLAINED in UNDER 15 MINUTES!
14:24
zedstatistics
Рет қаралды 321 М.
The Subfactorial is Hilarious
24:00
Wrath of Math
Рет қаралды 152 М.
What is Jacobian? | The right way of thinking derivatives and integrals
27:14
The Boundary of Computation
12:59
Mutual Information
Рет қаралды 1 МЛН
Queueing theory (simple)
8:37
Liz Thompson
Рет қаралды 15 М.
But what is the Central Limit Theorem?
31:15
3Blue1Brown
Рет қаралды 3,6 МЛН
Players push long pins through a cardboard box attempting to pop the balloon!
00:31