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

Implement a Horseshoe Gibbs sampler step method #94

Open
xjing76 opened this issue Sep 24, 2021 · 1 comment
Open

Implement a Horseshoe Gibbs sampler step method #94

xjing76 opened this issue Sep 24, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request samplers

Comments

@xjing76
Copy link
Contributor

xjing76 commented Sep 24, 2021

add in Horseshoe Gibbs sampler along with unit tests so we can start moving forward with a PyMC step method implementation

@brandonwillard brandonwillard added enhancement New feature or request samplers labels Sep 24, 2021
@brandonwillard brandonwillard changed the title Add in Horseshoe Gibbs sampler and corresponding unit tests Implement a Horseshoe Gibbs sampler Sep 24, 2021
@brandonwillard brandonwillard changed the title Implement a Horseshoe Gibbs sampler Implement a Horseshoe Gibbs sampler step method Sep 24, 2021
@brandonwillard
Copy link
Contributor

brandonwillard commented Sep 24, 2021

This addition should follow the basic design/approach/template of pymc3_hmm.step_methods.FFBSStep (e.g. implement all the same methods, perform similar (symbolic) input validation and setup, have an informative docstring with some math details, etc.)—and also be added to pymc3_hmm.step_methods. The same goes for its tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request samplers
Projects
None yet
Development

No branches or pull requests

2 participants