mattjj / pyhsmm

MIT License
546 stars 173 forks source link

fix concentration parameter resampling #54

Open mattjj opened 8 years ago

mattjj commented 8 years ago

The concentration parameter resampling strategy is suboptimal and possibly inaccurate. Try replacing it with either slice sampling or discretization.

szukiyu commented 7 years ago

Thank you for your explanation. Does it mean that using alpha_[a/b]0 and gamma[a/b]_0 is not recommended ?