Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add logistic growth model to growth_model.py #11

Open
samgdotson opened this issue Jun 10, 2021 · 0 comments · May be fixed by #16
Open

[Feature Request] Add logistic growth model to growth_model.py #11

samgdotson opened this issue Jun 10, 2021 · 0 comments · May be fixed by #16
Assignees
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

Comments

@samgdotson
Copy link
Collaborator

Current behavior:

pygenesys.utils.growth_model currently as two growth methods implemented

  • linear
  • exponential

Desired behavior:

A third optional growth method should be added called logistic. Logistic growth is similar to exponential growth
but 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 called logistic_growth and then add the method to the dictionary in choose_growth_method.

A description of logistic growth modeling can be found here.

@samgdotson samgdotson added 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 labels Jun 10, 2021
@nsryan2 nsryan2 self-assigned this Jul 21, 2021
@nsryan2 nsryan2 linked a pull request Jul 22, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants