-
Notifications
You must be signed in to change notification settings - Fork 0
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
log integrand in BayesModel #13
Comments
using logarithm of the integrand #13
Using the logarithm of the integrand only works with positive integrands. My suggestion would be to use a separate model Type for positive Integrand (which works directly with the logarithm of the integrand) for example |
But by definition for a BayesModel the integrand needs to be positive! |
Right, then we could add a Type |
Yep! That sounds good! Maybe something like |
Using the logarithm of the integrand in the
BayesModel
provides a more stable way of computing functions regarding the integrand (e.g.logjoint
)The text was updated successfully, but these errors were encountered: