tumopp: Tumor growth simulator in C++
Public Attributes | List of all members
tumopp::EventRates Struct Reference

Parameters for the probability distributions of waiting times. More...

#include <cell.hpp>

Public Attributes

double birth_rate = 1.0
 \(\beta\)
 
double death_rate = 0.0
 \(\delta\)
 
double death_prob = 0.0
 \(\alpha\), death probability on cell division attempt
 
double migra_rate = 0.0
 \(\rho\)
 

Detailed Description

Parameters for the probability distributions of waiting times.


The documentation for this struct was generated from the following file: