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

add point_cauchy prior family #51

Open
willwerscheid opened this issue Apr 21, 2021 · 7 comments
Open

add point_cauchy prior family #51

willwerscheid opened this issue Apr 21, 2021 · 7 comments

Comments

@willwerscheid
Copy link
Member

interface to EbayesThresh

@stephens999
Copy link
Contributor

does EbayesThresh do point-cauchy? I thought it was either point-laplace or cauchy? maybe i'm misrembering

@willwerscheid
Copy link
Member Author

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")

@pcarbo
Copy link
Member

pcarbo commented Apr 21, 2021

There are two options: prior = "cauchy" and prior = "laplace". Only the laplace prior is allowed for case of heterogeneous variances.

@willwerscheid
Copy link
Member Author

right, but the "laplace" option is actually point-laplace and "cauchy" is as i've described above

@pcarbo
Copy link
Member

pcarbo commented Apr 21, 2021

Yes, you are right to clarify that point.

@stephens999
Copy link
Contributor

thanks for clarification - yes, i was wrong

@willwerscheid
Copy link
Member Author

EBayesThresh doesn't return a posterior second moment or sampler, so adding the point-Cauchy family might be more trouble than it's worth

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

No branches or pull requests

3 participants