laser.measles.abm.components.process_vital_dynamics
process_vital_dynamics
Component defining the VitalDynamicsProcess, which simulates the vital dynamics in the ABM model with MCV1.
VitalDynamicsParams
Bases: BaseVitalDynamicsParams
Parameters for VitalDynamicsProcess.
Examples:
1 2 3 | |
VitalDynamicsProcess(model, params=None)
Bases: BaseVitalDynamicsProcess
Process for simulating vital dynamics in the ABM model with MCV1 and constant birth and mortality rates (not age-structured).
Examples:
1 2 3 4 5 6 7 8 9 | |
__call__(model, tick)
Simulate the vital dynamics process.
calculate_capacity(model)
Estimate the necessary capacity of the people laserframe.