Chalkboard - v3.0.1
Preparing search index...
Chalkboard
diff
logistic
Function logistic
logistic
(
r
?:
number
,
K
?:
number
)
:
ChalkboardODE
Defines a logistic growth model: y' = ry(1 - y/K).
Parameters
r
:
number
= 1
Growth rate
K
:
number
= 1
Carrying capacity (non-zero)
Returns
ChalkboardODE
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Source code
Examples
Chalkboard - v3.0.1
Loading...
Defines a logistic growth model: y' = ry(1 - y/K).