A Simple Mathematical Queueing Theory Simulator and Calculator (M/M/1 , M/M/c etc)
Project description
QueueSim 📊
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
queuesim-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 queuesim-0.2.0.tar.gz.
File metadata
- Download URL: queuesim-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 |
743358713968a0a216202cb428267d06d189d8d5b629fa9652e24bc3ab2e3b0c
|
|
| MD5 |
ce44131b8e7fd02a8bdd9b86eac83754
|
|
| BLAKE2b-256 |
c9c33d00faf97507cacb7a156edbd183db14050fbd8c630d76711e4d9501aecb
|
File details
Details for the file queuesim-0.2.0-py3-none-any.whl.
File metadata
- Download URL: queuesim-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 |
729a66b7505992134f8e4b16539ddab09e0bd3c8298db7994ba46f97034a534c
|
|
| MD5 |
1ed294fc954c632b15ea195c4590da15
|
|
| BLAKE2b-256 |
c4b19d6dc127ac9dc5e7194d73737bf6e5c6a04fbe5c7bc75691c247eb4e69e0
|