Look up a probability for an agent in compartment E or I to progress to the next compartment (I or R, respectively), based on the characteristics of agent and subject.

transition_prob(ticks, shape, scale)

Arguments

ticks

The number of time steps in which the agent has been in the current compartment

shape

The shape parameter for the transition probability distribution

scale

The scale parameter for the transition probability distribution

Value

A vector of progression probabilities.

Examples

# ADD_EXAMPLES_HERE