Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 853 Bytes

README.md

File metadata and controls

48 lines (27 loc) · 853 Bytes

About Queueing Theory

Sharing of resources and waiting in queues is a common phenomenon that occurs in every facet of our lives.

QS

examples:

  • banks/supermarkets waiting for service
  • computers waiting for a response

This is the software created for the calculation of characteristics of different queues and visualization for the system behaviour over time for the queuing models.

Different types of Queueing Models

  • DD1K
  • MM1
  • MM1K
  • MMC
  • MMCK

It is common to use the symbols:

  • λ to be the mean arrival rate.
  • µ to be the mean service rate.

Screenshots

Live Screenshots
  1. dd1k
  2. chart
  3. mm1
  4. mm1k
  5. mmc
  6. mmck