metawards.extractors.output_prevalence

metawards.extractors.output_prevalence(nthreads: int = 1, **kwargs)[source]

This will output the number of infections per ward per timestep as a (large) 2D matrix

Parameters
  • network (Network) – The network over which the outbreak is being modelled

  • population (Population) – The population experiencing the outbreak

  • output_dir (OutputFiles) – The directory in which to place all output files

  • workspace (Workspace) – A workspace that can be used to extract data

  • kwargs – Extra argumentst that are ignored by this function