epirecipes / sir-julia

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

Add Markov model in MTK #43

Open sdwfrost opened 2 years ago

sdwfrost commented 2 years ago

Basically a stochastic version of this:

https://github.com/epirecipes/sir-julia/blob/master/markdown/function_map_mtk/function_map_mtk.md

which is a port of the below to MTK:

https://github.com/epirecipes/sir-julia/blob/master/markdown/markov/markov.md

Any suggestions @ChrisRackauckas? I know I have to use substitute due to Sym/Int64 conflicts with Binomial

ChrisRackauckas commented 2 years ago

We don't have a symbolic setup right now, but https://github.com/SciML/DifferenceEquations.jl is getting written.