Cohort state-transition function
f(s_t, P_t) = s_t P_t
Maps a cohort's current state distribution and transition probabilities to its state distribution in the next model cycle.
Time-homogeneous cohort state update
s_(t+1) = s_t P
Each applied formula has its own function page, with a signature, implementations, and tests.
f(s_t, P_t) = s_t P_t
Maps a cohort's current state distribution and transition probabilities to its state distribution in the next model cycle.
s_(t+1) = s_t P