src.simulation.scenario_config¶
Module Contents¶
Functions¶
|
|
|
|
|
Return the path to the simulation results with the period outcomes. |
|
|
|
|
|
|
|
|
|
|
|
|
Get the named scenarios. |
|
|
-
INCIDENCE_OUTCOMES= ['newly_infected', 'new_known_case', 'newly_deceased', 'currently_infected', 'knows_currently_infected'][source]¶
-
NON_INCIDENCE_OUTCOMES= ['ever_vaccinated', 'r_effective', 'share_ever_rapid_test', 'share_rapid_test_in_last_week', 'share_b117', 'share_doing_rapid_test_today'][source]¶
-
create_path_to_period_outputs_of_simulation(name, seed)[source]¶ Return the path to the simulation results with the period outcomes.
-
get_named_scenarios()[source]¶ Get the named scenarios.
- Returns
- Nested dictionary. The outer keys are the names of the scenarios. The
inner dictionary are the specs passed to load_simulation_inputs and contains ‘start_date’, ‘end_date’, ‘sim_input_scenario’, ‘params_scenario’ and ‘n_seeds’.
- Return type