A Simple Mathematical Queueing Theory Simulator and Calculator (M/M/1 , M/M/c etc)
Project description
QueueLab 📊
A Python library to simulate and analyze Queueing Systems (M/M/1, M/M/c, etc.) with both mathematical formulas and discrete-event simulation.
Features
- M/M/1 simulation
- Theoretical formulas
- Compare simulation vs theory
- Visualization (matplotlib)
Install
pip install queuesim
from queuesim import compare_mm1
compare_mm1(arrival_rate=5, service_rate=8, max_customers=5000)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
queuelab-0.2.0.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file queuelab-0.2.0.tar.gz.
File metadata
- Download URL: queuelab-0.2.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04c7ca1c3b727d0d2f97aebe40f86a59c77a5522a808b67f95f1fe0848272498
|
|
| MD5 |
7e0a335afdbd462f2315c1b9f90ad110
|
|
| BLAKE2b-256 |
f68f2578f87323bac33ad0f3534de8daf572ae80050c6ee04ab04b76712dfffc
|
File details
Details for the file queuelab-0.2.0-py3-none-any.whl.
File metadata
- Download URL: queuelab-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f993327d7b02024aa089e67ca5b04efb8f4feee6d02c98854b7d1f6997ce1818
|
|
| MD5 |
d3df31968f8c15f7732934596e795bc9
|
|
| BLAKE2b-256 |
c4e18a43208e02cfc42ebe808af53bcae2739836d95a9f906f9bd1cc0bedd2cb
|