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

Hi @mspeich - I am just wondering - which 3PGN version did you use for the paper? I suspect you installed checcomi/threePGN-package/r3pg but it seems Francesco transferred the project to...

I've found that specifying the updateInterval to be less than nCR results in an error from [line 398](https://github.com/florianhartig/BayesianTools/blob/master/BayesianTools/R/mcmcDREAMzs.R#L398) in mcmcDREAMzs.R, which is a loop over (k in 1:settings$nCR): `ind

bug

add to the WAIC function the option to read in a pointwise logLikelihood matrix from another program, e.g. Jags. While at it * check that calculations are identical to WAIC...

enhancement

lower / upper is only for the prior, can be set in createPrior createBayesianSetup -> passes this on to createPrior plotLower, plotUpper can be set for setup and is used...

currently, summary() returns the correlation matrix of the parameters, would be more sensible to return a list with all summary statistics calculated

Question from a user: ich habe eine Frage zu Ihrem Rcode für die Chib/Jeliazkov Methode in der Funktion marginalLikelihood. Dort steht, dass theta.star für dmvnorm und rmvnorm als Mittelwert verwendet...

There is a numeric problem in the T-walk. For the simple test densities this did not occur, but for the VSEM, if I run the following example, the algorithm jumps...

bug

It would be nice to have a more general concept for pre-optimization and adaptation. At the moment, only the Metropolis MCMCs do pre-optimization. The first thing I'd like to look...

TravisCI in the master branch (devel build) is failing with the warning: ``` Found file(s) with version 3 serialization: ‘build/vignette.rds’ Such files are only readable in R >= 3.5.0. Recreate...

I wrote a loop around runMCMC to check convergence, but I am having trouble with memory errors when the BayesianOutput object grows too big after multiple calls. Is it possible...