This code is modified from http://wiki.deductivethinking.com/wiki/Python_Programs_for_Modelling_Infectious_Diseases_book. The license permits copying, modifying, and distributing changes. See the bottom of this worksheet for the license.
|
|
Let's make this interactive.
|
|
|
|
|
|
|
|
|
|
|
##########################################################################
### Copyright (C) <2008> Ilias Soumpasis #
### ilias.soumpasis@deductivethinking.com #
### ilias.soumpasis@gmail.com #
### #
### This program is free software: you can redistribute it and/or modify #
### it under the terms of the GNU General Public License as published by #
### the Free Software Foundation, version 3. #
### #
### This program is distributed in the hope that it will be useful, #
### but WITHOUT ANY WARRANTY; without even the implied warranty of #
### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
### GNU General Public License for more details. #
### #
### You should find a copy of the GNU General Public License at #
###the Copyrights section or, see http://www.gnu.org/licenses. #
##########################################################################
|
|
|
|