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
An M/M/1/K queue Python3 simulator that compares the simulation results against the analytics results. The queue have limited capacity K and processes may be blocked (if queue is full) or leave queue before get service (there is a deadline for each process) or get service from server.
A M/M/1 and M/M/1/K computer networking queue simulator, built in C++, that looks at the effects of traffic intensity on the performance of the simulators (with respect to the average number of packets in the system, the proportion of time the system is idle, and the probability of dropping a packet).
Markov chain based Weather Pattern. Probability of drawing 3 balls 10,100 & 1000 times for randomly choosing black and Probability drawing 2 balls 10,100 & 1000 times for chosen random same color. An M/M/1 queue Poisson process. (Theory of Probability)