We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
User Aboottogo in this post, reported an error in an example here:
https://mc-stan.org/docs/stan-users-guide/one-dimensional-integrals.html
[quote="Aboottogo, post:1, topic:36958"]
target += normal_lpdf(y | mu, sigma); target += log(integrate_1d(normal_density, left_limit, positive_infinity(), { mu, sigma }, x_r, x_i));
[/quote]
The example is left truncated, so this should be a subtraction of the log of the integral as it's in the denominator.
Provide any additional information here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary:
User Aboottogo in this post, reported an error in an example here:
https://mc-stan.org/docs/stan-users-guide/one-dimensional-integrals.html
Description:
[quote="Aboottogo, post:1, topic:36958"]
[/quote]
The example is left truncated, so this should be a subtraction of the log of the integral as it's in the denominator.
Additional Information:
Provide any additional information here.
The text was updated successfully, but these errors were encountered: