-
Notifications
You must be signed in to change notification settings - Fork 5
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
Growth function oddness #104
Comments
FWIW you can reproduce this with the real thing via:
I think there's some naming muddling here, which isn't helping. Lines 57 to 61 in f21bdc9
Lines 63 to 66 in f21bdc9
Line 132 in f21bdc9
|
When poking the growth equation I noticed an oddity that I hadn't thought about before. When the beta-binomial (implemented at https://github.com/gadget-framework/gadget3/blob/master/R/action_grow.R#L66 ) is supplied with a
delta_l
>binn
the sum of the entries is no longer 1, e.g.results in
19
, and thus could lead to increasing the number of fish in the model. Although I guess this is not very likely to occur in a final model, as it is common practice to set this value roughly as the maximum possible growth, we should probably think of something to ensure that this does not cause problems.The text was updated successfully, but these errors were encountered: