-
Notifications
You must be signed in to change notification settings - Fork 104
Poisson data in Lotka-Volterra ODE example? #476
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
Comments
@ElOceanografo I enjoyed the atto-foxes! Would you be able to do a quick PR for this? |
Sure, no problem |
I've updated everything except for the final example model |
Hmmmm, I did some git trawling and that example used to have a sensealg specified, but it was removed here: #316 I agree it looks a bit weird now. There is still some point in keeping this because I think SciMLSensitivity only works with specific AD backends, but it needs to be explained much better imo. Feel free to ignore it, and I can open a separate issue! |
Closed by #614 |
Uh oh!
There was an error while loading. Please reload this page.
A question/suggestion on this example: https://github.com/TuringLang/docs/blob/main/tutorials/bayesian-differential-equations/index.qmd
It currently has the data normally distributed around the ODE solution. However, given that this is an ecological model, one would never actually observe negative densities or counts of animals in the wild. (The existence of atto-foxes is problematic enough without positing the existence of theoretical anti-foxes...) Would it make sense to make the data and observation distributions Poisson counts instead? I just tried it out and the model still converges easily.
The text was updated successfully, but these errors were encountered: