Chalkboard - v3.0.1
Preparing search index...
Chalkboard
diff
SIR
Function SIR
SIR
(
beta
?:
number
,
gamma
?:
number
)
:
ChalkboardODE
Defines a SIR epidemic model: S' = -βSI, I' = βSI - γI, R' = γI.
Parameters
beta
:
number
= 1
Infection rate
gamma
:
number
= 1
Recovery rate
Returns
ChalkboardODE
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Source code
Examples
Chalkboard - v3.0.1
Loading...
Defines a SIR epidemic model: S' = -βSI, I' = βSI - γI, R' = γI.