Calculates equilibrium state variables I0, Il, S0 and Sl based on I and model parameters

get_equilibrium_states_vivax(
  I,
  lambda,
  r,
  gamma,
  f,
  alpha,
  beta,
  rho,
  delta,
  omega
)

Arguments

I

proportion of infectious individuals at equilibrium (I0+Il)

lambda

transmission rate

r

blood clearance rate

gamma

liver clearance rate

f

relapse frequency

alpha

effective treatment probability

beta

probability of liver clearance

rho

observation rate

delta

importation rate

omega

vector control intensity. If vector control is not the purpose of the analysis, omega can be fixed to 1.

Value

A list with the equilibrium states (I0, Il, S0 and Sl)