steve-the-bayesian / BOOM

A C++ library for Bayesian modeling, mainly through Markov chain Monte Carlo, but with a few other methods supported. BOOM = "Bayesian Object Oriented Modeling". It is also the sound your computer makes when it crashes.
GNU Lesser General Public License v2.1
36 stars 15 forks source link

Add ordinal probit and logit models to BoomSpikeSlab #31

Open steve-the-bayesian opened 5 years ago

steve-the-bayesian commented 5 years ago

C++ work is mostly done. Just need the glue. They can even use the same posterior sampler.

hrlai commented 1 year ago

Dear @steve-the-bayesian , thank you so much for the bsts package. Very stoked to see it offering options for non-Gaussian responses. I'm dealing with ordinal categorical responses, is it one of the planned feature for bsts in the near future? I presume many will be dealing with ordinal data, e.g., from surveys as well.

Thanks :)

steve-the-bayesian commented 1 year ago

It's on the wish list, but not high enough to make it on the short term road map. Glad you're enjoying the package!

On Tue, May 2, 2023 at 2:30 PM Hao Ran Lai @.***> wrote:

Dear @steve-the-bayesian https://github.com/steve-the-bayesian , thank you so much for the bsts package. Very stoked to see it offering options for non-Gaussian responses. I'm dealing with ordinal categorical responses, is it one of the planned feature for bsts in the near future? I presume many will be dealing with ordinal data, e.g., from surveys as well.

Thanks :)

— Reply to this email directly, view it on GitHub https://github.com/steve-the-bayesian/BOOM/issues/31#issuecomment-1532179309, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABMVDVK3JKBS5R25QUT337LXEF4G3ANCNFSM4HMENOFA . You are receiving this because you were mentioned.Message ID: @.***>

hrlai commented 1 year ago

Thanks for the update. I'll keep exploring this and other paths while waiting for this to come out :)