Overview
Core classes
Main classes used to build and run simulations.
| SimConfig | Configuration for a simulation run. |
| Model | Discrete-event simulation model for generating patient calls. |
| Patient | Represents a patient who has called 999. |
| Results | Simulation output for a single model run. |
| Runner | Run the simulation for one or more replications. |
Top-level functions
Common utility functions for calibration and configuration.
| lognormal_sd_from_mean_p90 | Approximate SD on the original scale for a lognormal distribution. |
| generate_animation | Generate vidigi animation. |