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.1.0.tar.gz
(3.3 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.1.0.tar.gz.
File metadata
- Download URL: queuesim-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b1002c50e3c023606efd01f6a64661e81366a39f089269a9facc6a2a436ccc4
|
|
| MD5 |
eac97b11cabdb21bfa1accbb64d96617
|
|
| BLAKE2b-256 |
ab718e2dcfd31a1655ccc0d8d6cc7e8e2d1d1fe99f7ece14902f0b8ac8270546
|
File details
Details for the file queuesim-0.1.0-py3-none-any.whl.
File metadata
- Download URL: queuesim-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 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 |
e95db504e7f48d5af84bffe27d4b2a3de7c463db7de8d94eec9b8daf5abd3a19
|
|
| MD5 |
bddce21a87fbef61ce9a50624b8da258
|
|
| BLAKE2b-256 |
10c276151372723ae1de34df5d1c99e84dbce26294a8e9706fb8b3cfed3456fd
|