-
Notifications
You must be signed in to change notification settings - Fork 9
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
add point_cauchy prior family #51
Comments
does EbayesThresh do point-cauchy? I thought it was either point-laplace or cauchy? maybe i'm misrembering |
yes, it's point-Cauchy (or rather, a mixture of a pointmass and a scale mixture of normals with polynomial tails that the authors call "quasi-Cauchy") |
There are two options: |
right, but the "laplace" option is actually point-laplace and "cauchy" is as i've described above |
Yes, you are right to clarify that point. |
thanks for clarification - yes, i was wrong |
EBayesThresh doesn't return a posterior second moment or sampler, so adding the point-Cauchy family might be more trouble than it's worth |
interface to EbayesThresh
The text was updated successfully, but these errors were encountered: