epi-models

0.0.1 • Public • Published

epi-models

Classical epidemiological models for busy men and women.

Don’t know what I want but I know how to get it.

-Sex Pistols, Anarchy in the UK

Install

with npm do:

npm install epi-models

Usage

var epi = require('epi-models')
  , util = require('util');

var models = epi.createModelOneSpecies();

console.log(Object.keys(models)); //all the model available
console.log(util.inspect(models,  { depth: null }));

models = epi.createModelTwoSpecies();
console.log(Object.keys(models));
console.log(util.inspect(models,  { depth: null }));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1
  • 0.0.0
    1

Package Sidebar

Install

npm i epi-models

Weekly Downloads

2

Version

0.0.1

License

GPLv3

Last publish

Collaborators

  • sballesteros