Epidemie und Mathematik
Aus Wiki1
(Unterschied zwischen Versionen)
| Zeile 37: | Zeile 37: | ||
it0=POT(1,pit0); | it0=POT(1,pit0); | ||
ipr=1+ir*KT/100; | ipr=1+ir*KT/100; | ||
| - | + | it=it0*POT(ipr,t); | |
curve = brd.createElement('curve',[datax,data],{strokeColor:'gray',dash:2}); | curve = brd.createElement('curve',[datax,data],{strokeColor:'gray',dash:2}); | ||
| Zeile 48: | Zeile 48: | ||
reg = brd.createElement('functiongraph',[regressionPolynomial],{strokeColor:'black'}); | reg = brd.createElement('functiongraph',[regressionPolynomial],{strokeColor:'black'}); | ||
| - | + | ||
| + | des0 = brd.createElement('text',[-0.4,0.2,function(){ return it;}],{strokeColor:'black',fontSize:'14px'}); | ||
des1 = brd.createElement('text',[-0.4,0.4,function(){ return "x = -1 bis 1";}],{strokeColor:'black',fontSize:'14px'}); | des1 = brd.createElement('text',[-0.4,0.4,function(){ return "x = -1 bis 1";}],{strokeColor:'black',fontSize:'14px'}); | ||
des2 = brd.createElement('text',[-0.4,0.3,function(){ return "y = -1 bis 1";}],{strokeColor:'black',fontSize:'14px'}); | des2 = brd.createElement('text',[-0.4,0.3,function(){ return "y = -1 bis 1";}],{strokeColor:'black',fontSize:'14px'}); | ||
</jsxgraph> | </jsxgraph> | ||
