Difference between revisions of "Epidemiology: The SEIR model"

From JSXGraph Wiki
Jump to navigationJump to search
Line 46: Line 46:
 
function run() {
 
function run() {
 
   S.setPos(0,1.0-s.Value());
 
   S.setPos(0,1.0-s.Value());
   I.setPos(0,0);
+
   I.setPos(0,s.Value());
 
   R.setPos(0,0);
 
   R.setPos(0,0);
   E.setPos(0,s.Value());
+
   E.setPos(0,0);
 
                  
 
                  
 
   delta = 1; // global
 
   delta = 1; // global

Revision as of 09:47, 27 April 2009