epirecipes / sir-julia

Various implementations of the classical SIR model in Julia
MIT License
195 stars 39 forks source link

use AffineTransform and pushfwd for MeasureTheory.jl tutorial #95

Closed slwu89 closed 1 year ago

slwu89 commented 1 year ago

This updates the tutorial so that the bivariate Markov chain is properly defined on the counting processes $N(t)$, that is, the cumulative number of firings of each transition at time $t$, using the support in MeasureTheory.jl for affine transformations of measures.