Skip to content

Continuous time Markov epidemic models implemented in D and wrapped in Python

License

Notifications You must be signed in to change notification settings

fccoelho/EpiStochModels

Repository files navigation

EpiStochModels

Continuous time stochastic epidemic models implemented in D and wrapped in Python.

Check the documentation for detailed instructions on how to install and use. You can also have a look at the example notebooks here.

Development

In order to work on EpiStochModels you need to have DMD or LDC dlang compilers installed. The you can activate the dlang environment in your shell:

source ~/dlang/ldc-1.27.1/activate.fish

the line above, is for fish shell, if you use bash, do this (to use the DMD compiler)

source ~/dlang/dmd-2.097.2/activate 

to deactivate the virtual environment run deactivate after you are done.

To test the package:

dub test

About

Continuous time Markov epidemic models implemented in D and wrapped in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published