COVID19-SIR
COVID19-SIR copied to clipboard
COVID-19 SIR model estimation
Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 6.0.7 to 6.3.0. Commits cefe0bf Release 6.3.0 a534fb9 Release 6.3.0b0 87920c5 Add changelog for 6.3.0 (#1669) dd6d9c7 add slide numbering (#1654) 5d2c5e2 Update state filter (#1664) 11ea593...
Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...
Bumps [notebook](http://jupyter.org) from 6.3.0 to 6.4.12. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [jupyter-server](https://github.com/jupyter/jupyter_server) from 1.5.1 to 1.15.4. Release notes Sourced from jupyter-server's releases. v1.15.3 1.15.3 (Full Changelog) Bugs fixed Fix server-extension paths (3rd time's the charm) #734 (@minrk) Revert "Server extension...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
Bumps [ipython](https://github.com/ipython/ipython) from 7.22.0 to 7.31.1. Commits e321e76 release 7.31.1 67ca2b3 Merge pull request from GHSA-pq7m-3gw7-gq5x 2794330 back to dev be343e7 release 7.31.0 0fcf2c4 Merge pull request #13428 from meeseeksmachine/auto-backport-of-pr-13427-on-7.x...
I passed as a parameter only one country, even like that it works more than an hour
Hello, The running time is too long,more than 12 hours, maybe my computer performance is poor, can it be optimized? or change the parameters. The hotspot functions are "minimize" and...
This commit adds the death rate to the SIR model by decomposing \gamma = a + b then ds/dr = - \beta*s(t)*i(t) di/dr = \beta*s(t)*i(t) - (a + b)*i(t) dr/dt...
Can you please provide an example of how the list of countries should be entered? I am constantly receiving "IndexError: single positional indexer is out-of-bounds"