Computes the transition pobabilities of an SIR process using the bivariate birth process representation
SEIR_prob(
t,
alpha,
beta,
kappa,
S0,
E0,
I0,
nSE,
nEI,
nIR,
direction = c("Forward", "Backward"),
nblocks = 20,
tol = 1e-12,
computeMode = 0,
nThreads = 4
)a matrix of the transition probabilities
time
removal rate
infection rate
rate at which an exposed person becomes infective
initial susceptible population
initial exposed population
initial infectious population
number of infection events
number of events at which an exposed person becomes infective
number of removal events
direction of the transition probabilities (either Forward or Backward)
number of blocks
tolerance
computation mode
number of threads