Apply multi-state models with transitions between active, disabled, and dead states
A multi-state model has states (e.g., active, disabled, dead) with given transition intensities, and you must compute t_p_{x}^{ij} or related expectations.
Write Kolmogorov forward equations for the transition probabilities. For models with constant intensities, solve the ODE system explicitly. For non-constant intensities, use numerical integration. For benefit valuation, the APV is the integral over t of the relevant transition probability times the discounting factor and the benefit at time t.
d/dt t_p_x^{ij} = Σ_{k ≠ j} t_p_x^{ik} μ_{x+t}^{kj} - Σ_{k ≠ j} t_p_x^{ij} μ_{x+t}^{jk}.