# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "PosteriorBootstrap" in publications use:' type: software license: MIT title: 'PosteriorBootstrap: Non-Parametric Sampling with Parallel Monte Carlo' version: 0.1.3 abstract: An implementation of a non-parametric statistical model using a parallelised Monte Carlo sampling scheme. The method implemented in this package allows non-parametric inference to be regularized for small sample sizes, while also being more accurate than approximations such as variational Bayes. The concentration parameter is an effective sample size parameter, determining the faith we have in the model versus the data. When the concentration is low, the samples are close to the exact Bayesian logistic regression method; when the concentration is high, the samples are close to the simplified variational Bayes logistic regression. The method is described in full in the paper Lyddon, Walker, and Holmes (2018), "Nonparametric learning from Bayesian models with randomized objective functions" . authors: - family-names: Lyddon given-names: Simon email: simon.lyddon@stats.ox.ac.uk - family-names: Morin given-names: Miguel email: info@turing.ac.uk - family-names: Robinson given-names: James email: james.em.robinson@gmail.com repository: https://alan-turing-institute.r-universe.dev repository-code: https://github.com/alan-turing-institute/PosteriorBootstrap url: https://github.com/alan-turing-institute/PosteriorBootstrap/ contact: - family-names: Robinson given-names: James email: james.em.robinson@gmail.com