crondonm / TrackingR

Python code for "Tracking R of COVID-19 A New Real-Time Estimation Using the Kalman Filter".
MIT License
26 stars 10 forks source link

Attempt to make using the repo easier for outsiders #7

Closed senarclens closed 2 years ago

senarclens commented 2 years ago

added a requirements file and some documentation

note: the version of pystan used is fairly outdated; tried a new version, but that would need some code changes as well (ie simply using import stan as pystan and falling back to older installed versions would not work b/c of API changes).