bins

bins#

Bin types for ODE compartment models.

Classes

AgeBin(min_value, max_value[, name])

Age bin with inclusive mix and max age values, fills in name of bin for you.

Bin(*, name)

A catch-all bin class meant to represent an individual cell of an ODE compartment.

DiscretizedPositiveIntBin(min_value, max_value)

Bin with a distinct discretized positive int inclusive min/max.

WaneBin(*, name, waiting_time, base_protection)

Waning bin with a protection value and waning time in days.