-
Notifications
You must be signed in to change notification settings - Fork 19
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
nu > 0 #24
Comments
(I should clarify this is referring to the NormalGamma distribution) |
Hm, with ConjugatePriors.jl/src/normalgamma.jl Line 48 in 8e3a6a7
Distribution.jl in general only supports proper distributions. As priors, improper distributions still make sense. What to do?
|
If you choose Ref: Bayesian Data Analysis (By Andrew Gelman and etal.) Second Ed. |
Is there a reason nu is required to be strictly greater than 0 in the inner constructor? I don't see any reason that it needs to be, and when I was using my own code I often set nu=0 for testing and it didn't have any problems.
The text was updated successfully, but these errors were encountered: