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

Replace linear with sigmoid growth curve #21

Open
wtraylor opened this issue Apr 3, 2020 · 1 comment
Open

Replace linear with sigmoid growth curve #21

wtraylor opened this issue Apr 3, 2020 · 1 comment
Labels
enhancement New feature or request science Biological model assumptions are questionable
Milestone

Comments

@wtraylor
Copy link
Owner

wtraylor commented Apr 3, 2020

Body mass in Fauna::HerbivoreBase::get_bodymass() is currently interpolated linearly between neonate body mass and adult body mass.

A sigmoid growth curve would be more realistic.

@wtraylor wtraylor added enhancement New feature or request science Biological model assumptions are questionable labels Apr 3, 2020
@wtraylor wtraylor added this to the v1.0.0 milestone Apr 3, 2020
@wtraylor
Copy link
Owner Author

wtraylor commented Apr 3, 2020

The growth curve (i.e. interpolation between neonate & adult mass) should be implemented in a separate function. This way we can test it and plot it.

@wtraylor wtraylor removed this from the v1.0.0 milestone Apr 8, 2021
@wtraylor wtraylor added this to the 1.2.0 milestone Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request science Biological model assumptions are questionable
Projects
None yet
Development

No branches or pull requests

1 participant