Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamaziz/queue-system
Simulating patients data flow in and out of a hospital.
https://github.com/iamaziz/queue-system
Last synced: 4 days ago
JSON representation
Simulating patients data flow in and out of a hospital.
- Host: GitHub
- URL: https://github.com/iamaziz/queue-system
- Owner: iamaziz
- Created: 2015-09-10T17:26:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T00:58:29.000Z (about 9 years ago)
- Last Synced: 2024-10-12T04:53:30.221Z (about 1 month ago)
- Language: Python
- Size: 2.22 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ToDo:
- ~~Set a response time/serve time for every patient.~~## Keywords:
- ~~Queuing theory (systems) in healthcare. (see: Ch.7 Probability.and.Statistics.for.Computer.Scientists.2nd.Edition.pdf)~~
- ~~Poisson distribution (probability, process). (see: Ch.4 Stats Intro using python.pdf)~~
- ~~queuing system Poisson, see [1](https://www.google.com/#q=queuing+system+poisson+inurl:.edu), [2](https://www.google.com/#q=queuing+system+poisson+)~~
- ~~Time Series Analysis see: [1](http://nbviewer.ipython.org/github/changhiskhan/talks/blob/master/pydata2012/pandas_timeseries.ipynb), [2](http://conference.scipy.org/scipy2011/slides/mckinney_time_series.pdf), 8.1 in Data Science and Big Data Analytics.pdf~~
## Related:
- ~~(uses poisson distribution): Simple Queuing Theory Tools You Can Use in Healthcare, [pdf](http://www.iienet.org/uploadedFiles/SHS_Community/Resources/Simple%20Queuing%20Theory%20Tools%20You%20Can%20Use%20In%20Healthcare.pdf)~~
## Deliverable:
1. [resources and background](http://aziz.nyc/projects/ebd/resources.html)
2. [generating simulated dataset v0.1](http://aziz.nyc/projects/ebd/patients-data.html)
3. [generating and visualizing dataset v0.2](http://aziz.nyc/projects/ebd/generate-and-visualize-patients-dataset.html)
4. [patients flow in/out after processing the dataset v0.3](http://aziz.nyc/projects/ebd/imaginary-patients-dataset.html)
5. [links to health related datasets](http://aziz.nyc/projects/ebd/support/public-datasets.html)
6. [patients flow in/out after processing the dataset v0.4](http://aziz.nyc/aa10212w/projects/ebd/hospital-simulation.html)
As of: Mon Jun 1 14:04:57 EDT 2015