[Feature Request] Add logistic growth model to growth_model.py #11
Labels
Comp:Input
This issue has to do with the input component of the code or document. (input parameters, prep)
Difficulty:2-Challenging
This issue may be complex or require specialized skills.
Priority:3-Desired
This work is important, but not urgent.
Status:1-New
No one has claimed this issue yet. It is in need of solving.
Type:Feature
New feature or feature request
Current behavior:
pygenesys.utils.growth_model
currently as two growth methods implementedDesired behavior:
A third optional growth method should be added called
logistic
. Logistic growth is similar to exponential growthbut levels off when a "population" or "demand" approaches a maximum value.
Guidance:
The method should be added to
growth_model.py
as a new function calledlogistic_growth
and then add the method to the dictionary inchoose_growth_method
.A description of logistic growth modeling can be found here.
The text was updated successfully, but these errors were encountered: