logreg
logreg copied to clipboard
Bayesian inference for a logistic regression model in various languages
Hi Darren: If you like, something not so standard: sampling the posterior in the logistic regression with a bouncy particle sampler using our package [ZigZagBoomerang.jl](https://github.com/mschauer/ZigZagBoomerang.jl) (please excuse I am using...
Not sure which version of `rstan` you're using. This will work with anything after 2.23. I've added `cmdstanr` so you can test the latest version of Stan at 2.30. Your...
To have fast code in Julia, we need to make sure that the code is type stable. In addition to make the code type stable (avoid creating closures over global...