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

A user should be able to do something like `getSample(parametersOnly = FALSE, whichParameters = 1)` and get back a parameter array with their first MCMC parameter followed by the Lposterior,...

I wanted to suggest some possible documentation improvements based on observations of unexpected behavior and some looking through these samplers' source code. For context, I'm evaluating several variations of the...

The settings for [DEzs](https://github.com/florianhartig/BayesianTools/blob/5a68f97519a29882c9e393c1e5d884c2a2e1ecfd/BayesianTools/R/mcmcDEzs.R) include the parameters `eps`, `eps.mult`, and `eps.add`. `eps.mult` is used in calculating `gamma_par` and `eps.add` is used in finding `x_prop`. However, searching the code for references...

HI @mspeich - I have now finalized the supplementary info in https://github.com/florianhartig/BayesianTools/tree/master/Publications/SpeichEtAl-SMCForModelCalibration Could you have a final look if anything seems worth improving? Feel free to change text directly.

Hi @mspeich , fyi - the code for the paper is in branch SMC, in branch SMC-Merge I have started to integrate the new SMC in the general environment, including...

How can calculate Marginal posterior PDFs of the DREAM-derived BMA weights of monthly rainfall ?? How can I get the script? Please help

emcee: The MCMC Hammer https://arxiv.org/abs/1202.3665 https://projecteuclid.org/euclid.camcos/1513731992

Hi Florian and all, Thanks for this very nice package. I am currently developping a package for parameter estimation, uncertainty and sensitivity analysis for crop models (https://github.com/SticsRPacks/CroptimizR) and integrating the...