This repository contains coursework and project material for Laboratory of Computational Physics — Mode B.
A Bayesian analysis of microbial growth and division dynamics using lineage data and a modified hazard-function model.
Project folder:
projects/microbial-growth/
laboratory-computational-physics-mode-b/
├── README.md
├── requirements.txt
├── .gitignore
└── projects/
└── microbial-growth/
├── README.md
├── notebooks/
├── data/
├── outputs/
├── src/
└── report/
Create and activate a Python environment, then install the required packages:
pip install -r requirements.txtThen open the notebook inside:
projects/microbial-growth/notebooks/
Large posterior-chain files and generated outputs are stored under the project outputs/ folder.
If GitHub rejects a file because it is too large, use Git LFS for that file type.