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

Issue with Variable Truncation Bounds Matching Distribution Bounds #1582

Open
StaffanBetner opened this issue Jan 17, 2024 · 1 comment
Open
Labels

Comments

@StaffanBetner
Copy link

While brms allows for variable truncation bounds, it struggles with untruncated observations, notably when bounds are set to extremes like -Inf and Inf in Gaussian distributions. This issue seems related to Stan's challenges with infinite gradients, as discussed in Stan issue #2881. Addressing this in brms could involve refining how such extreme truncation scenarios are handled, e.g. by implementing specific checks for these cases.

@paul-buerkner
Copy link
Owner

How would you suggest this to be translated to Stan code exactly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants