https://github.com/aariq/python-modeling
homeworks and stuff from http://www.ece.tufts.edu/ee/194MSO/
https://github.com/aariq/python-modeling
modelling python-3
Last synced: 13 days ago
JSON representation
homeworks and stuff from http://www.ece.tufts.edu/ee/194MSO/
- Host: GitHub
- URL: https://github.com/aariq/python-modeling
- Owner: Aariq
- Created: 2018-01-23T21:26:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T13:27:14.000Z (about 8 years ago)
- Last Synced: 2025-01-16T01:43:59.922Z (over 1 year ago)
- Topics: modelling, python-3
- Language: Python
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Modeling Biological Systems with Python
This repository contains assignments, class notes, and a final project from [EE194](http://www.ece.tufts.edu/ee/194MSO/) at Tufts Universtiy from Spring 2018.
The Final Project folder contains an independent final project. My goal was to create a function to simulate a population of turtles over time with an individual based model. The function takes matrix model inputs (class-based survival and birth rates) and converts them into an individual based model over time. Function arguments allow the control of individual variation in survival rates as well as year-to-year stochastic variation. The .RMD file in the final project is an R script to plot the results output by the function. Learning plotting in Python is still on my to-do list ;-)