pymc3-hmm icon indicating copy to clipboard operation
pymc3-hmm copied to clipboard

Implement a Horseshoe Gibbs sampler step method

Open xjing76 opened this issue 3 years ago • 1 comments

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

xjing76 avatar Sep 24 '21 16:09 xjing76

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.

brandonwillard avatar Sep 24 '21 18:09 brandonwillard