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

change special treatment for unif distributions #203

Open
davidchampredon opened this issue Mar 1, 2024 · 0 comments
Open

change special treatment for unif distributions #203

davidchampredon opened this issue Mar 1, 2024 · 0 comments
Assignees
Labels
next To do next

Comments

@davidchampredon
Copy link
Contributor

The code contributed for version 1.6.0 treats the unif distribution differently than the other ones regarding the sampling of distribution families. This was part of hot fixes but that should be changed such that the unif family of distributions is consistant with the other ones (e.g., gamma).

Suggestion: the lower and upper bound of the uniform distribution should each have their own mean and sd in their definition. For example the definition should look like:

foo = list(dist = "unif", mean_lower = 1, mean_upper = 9, sd_mean_lower = 0.2, sd_mean_upper = 0.3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next To do next
Projects
None yet
Development

No branches or pull requests

1 participant