Skip to content

Configure for non-constant delay distributions #6

@edwenger

Description

@edwenger

It seemed like more trouble than it was worth for this demonstration project to port all of the distribution configuration (constant, uniform, bimodal, gaussian, etc.) just for one hepatocyte-stage duration parameter, which was until recently configured as constant anyways.

So presently, it just looks like this:
incubation_period = pset["Base_Incubation_Period"].cast<float>();

Rather than this:

"Incubation_Period_Distribution": "GAUSSIAN_DISTRIBUTION",
"Incubation_Period_Gaussian_Mean": 6.5,
"Incubation_Period_Gaussian_Std_Dev": 1,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions