Davey Proctor
- Markov.py
- Base class for a Markov chain.
- Can simulate random games and determine game statistics. See Chutes and Ladders.
- page_rank.py
- Google page rank algorithm with visual for handful of web pages.
- wifi_reception_model.ipynb
- Simulates receiver nodes needing to both receive reception from a source before we count it as successful
- chutes_ladders.py
- Treats simple chutes and ladders game as a Markov chain and analyzes game statistics.
- graphVizWrapper.py
- For viewing graphs with graphviz library.