\(\newcommand{\B}[1]{ {\bf #1} }\) \(\newcommand{\R}[1]{ {\rm #1} }\) \(\newcommand{\W}[1]{ \; #1 \; }\)
diff_eq¶
View page sourceThe Dismod_at Differential Equation¶
Susceptible, S(a, t)¶
We use \(S(a, t)\) to denote the population that is susceptible to a condition as a function of age and time.
With Condition, C(a, t)¶
We use \(C(a, t)\) to denote the population that has the condition.
Prevalence, P(a, t)¶
The prevalence \(P(a, t)\) is the fraction of the population that has the condition; i.e.,
Incidence, iota(a, t)¶
We use \(\iota (a, t)\) to denote the probability (per unit time) that a susceptible individual will get the condition. Note that age and time have the same units.
Remission, rho(a, t)¶
We use \(\rho (a, t)\) to denote the probability (per unit time) that an individual will be cured of the condition.
Excess Mortality, chi(a, t)¶
We use \(\chi (a, t)\) to denote the probability (per unit time) that an individual with die due to the condition.
Other Cause Mortality, omega(a, t)¶
We use \(\omega (a, t)\) to denote the probability (per unit time) that an individual with die from a cause other than the specific condition we are modeling.
Initial Prevalence, pini(t)¶
We normalize the functions \(S(a, t)\) and \(C(a, t)\) so that the initial population \(S(0, t) + C(0, t)\) is equal to one. The initial prevalence \(P(0, t)\) is the faction of the population that is born with the condition. It follows that \(C(0, t) = P(0, t)\) and \(S(0, t) = 1 - P(0, t)\)
The Deterministic Dismod_at ODE¶
We use \(c\) to denote the time of birth for a cohort. The ordinary differential equation for a fixed cohort is
The Deterministic Dismod_at PDE¶
Using the Chain rule, the left hand sides in the equations above are also given by:
The Stochastic Dismod_at PDE¶
The stochastic version of this equation would include random drift for the rates \(\iota , \rho , \chi\) and \(\omega\) . There is a further complication here because the random drift is for versions of the rates that have the covariate effects removed.