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

density functions that simplify to constant can break things #233

Open
avibryant opened this issue Oct 16, 2018 · 0 comments
Open

density functions that simplify to constant can break things #233

avibryant opened this issue Oct 16, 2018 · 0 comments

Comments

@avibryant
Copy link
Collaborator

eg, try:

  (for {
      shape <- core.Normal(0.5, 0.1).param
      scale <- core.Normal(3, 0.1).param
      _ <- Gamma(shape, scale).fit(List(0d))
    } yield shape).sample()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant