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

Parameter subclasses #14

Open
GJHSimmons opened this issue Oct 24, 2023 · 0 comments
Open

Parameter subclasses #14

GJHSimmons opened this issue Oct 24, 2023 · 0 comments
Labels
future features Description of planned functionality mathematics A mathematical issue

Comments

@GJHSimmons
Copy link
Collaborator

Description

Model parameters need to be expanded to include functional forms in the demand-supply modelling technique. Examples include:

  • growth rate and mortality rate as a function of temperature
  • oviposition preference as a function of fruit age
  • variable growth rates of parasite as a function of fruit age
  • response functions of temperature, humidity, nitrogen, etc.
  • degree days as a function of time

Proposed features

We will expand the Parameters class to include:

  • A library of functional forms
  • The facility to combine parameters together from basic parameters or functional forms, with the defaults being multiplication and division.
  • A full integration of functional forms as instances of SymPy functions, with templates providing the functionality we want. This includes the facility of dealing with non-float inputs to these functions - potentially this means storing eg. lists as SymPy objects as well.
@GJHSimmons GJHSimmons added future features Description of planned functionality mathematics A mathematical issue labels Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future features Description of planned functionality mathematics A mathematical issue
Projects
None yet
Development

No branches or pull requests

1 participant