Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaz-yos/epi501-clojure
Clojure network-based SEIR model attempt
https://github.com/kaz-yos/epi501-clojure
Last synced: about 2 months ago
JSON representation
Clojure network-based SEIR model attempt
- Host: GitHub
- URL: https://github.com/kaz-yos/epi501-clojure
- Owner: kaz-yos
- License: epl-1.0
- Created: 2014-12-09T12:22:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T04:02:39.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T05:10:24.206Z (8 months ago)
- Language: Clojure
- Size: 418 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EPI501 Clojure project
This is a project created for a network-based SEIR infectious disease modeling for the EPI501 Dynamics of Infectious Disease class at Harvard School of Public Health.
## Installation
Clone the Leiningen project directory
## Usage
For testing, do the following in the project directory
$ lein test
For running the default model and plotting, do the following.
$ lein run
## Example figure
![Graph 2](./resources/graph2.png)
## License
Copyright © 2014 Kazuki Yoshida
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.