Developed with South Western Ambulance Service NHS Foundation Trust (SWASFT). Results shown here apply only to this service. Learn more about appropriate reuse.
Dictionary with two DataFrames: - “patients”: concatenated per-patient results across runs. - “run”: summary of results for each run by response category. - “overall”: summary of results across runs by response category.
run_single
Runner.run_single(run_number)
Run a single replication and return results.
Parameters
Name
Type
Description
Default
run_number
int
Simulation run identifier.
required
Returns
Name
Type
Description
dict
Dictionary with model instance and two DataFrames: - “model”: model instance (useful for development/debugging). - “patients”: per-patient results for the run. - “run”: summary of results for run by response category.