bridgesampling icon indicating copy to clipboard operation
bridgesampling copied to clipboard

R package for bridge sampling

Results 15 bridgesampling issues
Sort by recently updated
recently updated
newest added

Hello, Many thanks for building such a great package! This is just a feature request. I was wondering if you could provide support for simplex parameters for nimble objects? I...

When I run bridgesampling on a stan fit I get the following error ``` `Iteration: 1 Error in out[!from@positive]

Hi, I'm trying to use bridgesampling with the output of cmdstanr (https://mc-stan.org/cmdstanr/index.html). Would you consider supporting it? In the meanwhile I tried to convert the cmdstanr object to a stanfit:...

fixes: https://github.com/quentingronau/bridgesampling/issues/30

Hi, I encountered a few issues when trying to supply simplex type parameters to bridgesampling, mostly due to R converting column matrices to vectors. **A)** passing a 2 column matrix...

When I run bridgesampler to compare a set of models I find that the number of iterations used for estimating the log likelihood varies drastically. (5 iterations vs 171 iterations...

I am not sure if you are aware of this or has been addressed somewhere but a lot of brms users (including myself) who use the bridgesampling package randomly stuble...

I've been fitting models with brm() from brms that I then get the marginal likelihood for via bridge_sampler(). When I run a sequence of this (brm fit, bridge_sampler), R eventually...

I think it would be a good idea to keep the packages necessary to run `bridgesampling` to a minimum. Currently, `bridgesampling` requires the following (non-default) packages: mvtnorm, Matrix, Brobdingnag, stringr,...

This is a first pass at implementing support for `CmdStanFit`-objects (#27, @bnicenboim, @maxbiostat). While this works, it is quite inefficient compared to the methods for `stanfit`-objects. This is because the...