Search results for query: xcssecovid

  1. O

    Latin-america (Abya Yala) FreeBSD

    ...it into the ports: sysutils/clone sysutils/ipdbtools dns/void-zones-tools Others had a discussion on these forums, e.g. ContentCGi and xcssecovid. https://forums.freebsd.org/search/162962/?q=contentcgi&o=date https://forums.freebsd.org/search/162968/?q=xcssecovid&o=date Out of principle all...
  2. O

    Tool for FreeBSD which extracts, curve-fits a logistic function and transposes JHU-CSSE's Covid-19 data by country

    Done, I updated my xcssecovid tool for FreeBSD or macOS on my Cyclaero GitHub repository. It includes an ODE integrator, and a bunch of options can be set on the command line, and the options are explained in the Usage instructions: ./xcssecovid -h Extract, curve fit an epidemiological model and...
  3. O

    Tool for FreeBSD which extracts, curve-fits a logistic function and transposes JHU-CSSE's Covid-19 data by country

    ...was too brief. Now I will show step-by-step how to achieve the data extraction and curve fitting for example for Italy: Checkout the xcssecovid sources from my GitHub repository: svnlite co https://github.com/cyclaero/xcssecovid.git/trunk xcssecovid Compile the tool: cd xcssecovid clang...
  4. O

    Tool for FreeBSD which extracts, curve-fits a logistic function and transposes JHU-CSSE's Covid-19 data by country

    You'll find said tool on my GitHub repository - https://github.com/cyclaero/xcssecovid Quick Start svnlite co https://github.com/cyclaero/xcssecovid.git/trunk xcssecovid cd xcssecovid clang -g0 -O3 -march=native xcssecovid.c -Wno-parentheses -lm -o xcssecovid fetch -qo -...
Back
Top