๐Ÿ“ฆ erondpowell / stochastic-modeling

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/erondpowell/stochastic-modeling.git
HTTPS git clone https://github.com/erondpowell/stochastic-modeling.git
SSH git clone git@github.com:erondpowell/stochastic-modeling.git
CLI gh repo clone erondpowell/stochastic-modeling
Eron Donevan Powell Eron Donevan Powell Update README.md 47f6af7 2 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ __pycache__
๐Ÿ“ .ipynb_checkpoints
๐Ÿ“„ .gitignore
๐Ÿ“„ problemSet3.ipynb
๐Ÿ“„ ps3b_working.py
๐Ÿ“„ ps3b.py
๐Ÿ“„ README.md
๐Ÿ“„ untitled2.py
๐Ÿ“„ README.md

A Stochastic Modeling Problem Set from MITx 6.00.2x

This is stochastic model simulates changes in virus population in the human body based on the administration of various drugs. It probably isn't a a good enough model to be used by Pfizer for their next vaccine, but it's pretty excellent and cool OOP practice.

Notes: A functional model can be found in ps3b_working.py The other files are all helper code.