Pathogen.jl
Pathogen.jl copied to clipboard
Simulation, visualization, and inference of individual level infectious disease models with Julia
Results
2
Pathogen.jl issues
Sort by
recently updated
recently updated
newest added
Hi, Thanks for the great package! I wonder how much work would be required to connect the simulator here to https://github.com/TuringLang/Turing.jl. Perhaps the Turing team can help with this effort...
Hi, I am having some difficulty replicating the SIR-TN-ILM Simulation and Inference.ipynb Specifically at this line: obs = observe(sim, Uniform(0.5, 2.5), Uniform(0.5, 2.5), force=true) I get an argument error, ArgumentError:...