bridgesampling
bridgesampling copied to clipboard
R package for bridge sampling
Hello, When using bridge_sampler, sometimes I get the following warning for some of the repetitions: ``` Warning message: logml could not be estimated within maxiter, rerunning with adjusted starting value....
Thank you for making this package! Apologies if this is out of place, but I had a thought about the memory usage of bridge sampler when running multiple repetitions on...
Sampling from a multivariate normal distribution can take a long time. When running bridge sampling with multiple repetitions, sampling to construct `gen_samples` and `q22` currently takes place serially, even if...
I'm fitting some rather complicated models using `brms`, and have been finding difficulty getting `bridge_sampler` to run without getting the warning message about being unable to determine logml within maxiter....
An error still occurs when using saved models. #7 R version 4.4.0 RStudio version 2024.04.1+748 macOS 13.6.7, M2 rstan version 2.32.6 (Stan version 2.32.2) bridgesampling GitHub version 1.1-5 ```{r} library(rstan)...