- The notebook
mean-field-interacting-MTBD.ipynbdemonstrates how to compute self-consistent fields for a multi-type birth-death process with mean-field interactions mediated by moments of the process. - The environment file
environment.ymlcontains the list of packages required to run the notebook. - The output directory contains plots produced by the notebook.
Install the environment using Conda:
conda env create -f environment.ymlActivate the environment:
conda activate mfbd