epirecipes / sir-julia

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

Add fractional derivative examples #74

Closed sdwfrost closed 1 year ago

sdwfrost commented 1 year ago

See this paper for more background on the context of fractional derivatives in the SIR model.

Solvers implemented in https://github.com/SciFracX/FractionalDiffEq.jl and https://github.com/JuliaTurkuDataScience/FdeSolver.jl

sdwfrost commented 1 year ago

Added examples with FdeSolver.jl and FractionalDiffEq.jl. I should flesh out an example based on section 4.1 of https://epubs.siam.org/doi/abs/10.1137/21M1398549, as suggested by @slwu89

sdwfrost commented 1 year ago

See also https://arxiv.org/abs/1505.02492 and https://arxiv.org/abs/1511.02545