BayesianTools icon indicating copy to clipboard operation
BayesianTools copied to clipboard

General-Purpose MCMC and SMC Samplers and Tools for Bayesian Statistics

Results 97 BayesianTools issues
Sort by recently updated
recently updated
newest added

Try ``` getSample(out, thin = "auto") getSample(getSample(out, thin = "auto"), thin = "auto") ``` For a matrix, thin = auto thins far too much - leads to weird behavior of...

bug

I'm repeatedly getting these two warnings: ``` 4: Start values outside prior range 5: Z matrix values outside prior range ``` What does this mean? It seems to happen repeatedly...

question

It would be nice to have a more flexible density estimator for the createPriorDensity function. Possible options * gaussian random fields * https://cran.r-project.org/web/packages/esaddle/ * any other ML algorithm that gives...

Using https://cran.r-project.org/web/packages/cramer/cramer.pdf

Hello Florian, Thank you for open-sourcing such a great library that I am hoping to use for my research in theoretical seismology. I was wondering if i could ask a...

question

Would these plots be this a useful addition to BT? https://twitter.com/rlmcelreath/status/1115626281352224768

enhancement

Hi Florian I am using BT 0.1.6 and for a mechanistic model and I have so far used `createUniformPrior` to setup my priors, which worked perfectly. I am now trying...

question

Hi Tankred / max ... we still have 3 open branches flying around that branched off from development. I think I'll nevertheless merge dev now in master, but can you...

I got a few comments that it would be nice to set iterations until convergence in runMCMC. I guess though that this would require an outer wrapper in runMCMC to...

enhancement