make_pars#

class make_pars(**kwargs)[source]#

Create the parameters for the simulation. Typically, this function is used internally rather than called by the user; e.g. typical use would be to do sim = hpv.Sim() and then inspect sim.pars, rather than calling this function directly.

Parameters:
  • version (str) – if supplied, use parameters from this version

  • kwargs (dict) – any additional kwargs are interpreted as parameter names

Returns:

the parameters of the simulation

Return type:

pars (dict)