Learn R Programming

BSL (version 3.2.5)

Bayesian Synthetic Likelihood

Description

Bayesian synthetic likelihood (BSL, Price et al. (2018) ) is an alternative to standard, non-parametric approximate Bayesian computation (ABC). BSL assumes a multivariate normal distribution for the summary statistic likelihood and it is suitable when the distribution of the model summary statistics is sufficiently regular. This package provides a Metropolis Hastings Markov chain Monte Carlo implementation of four methods (BSL, uBSL, semiBSL and BSLmisspec) and two shrinkage estimators (graphical lasso and Warton's estimator). uBSL (Price et al. (2018) ) uses an unbiased estimator to the normal density. A semi-parametric version of BSL (semiBSL, An et al. (2018) ) is more robust to non-normal summary statistics. BSLmisspec (Frazier et al. 2019 ) estimates the Gaussian synthetic likelihood whilst acknowledging that there may be incompatibility between the model and the observed summary statistic. Shrinkage estimation can help to decrease the number of model simulations when the dimension of the summary statistic is high (e.g., BSLasso, An et al. (2019) ). Extensions to this package are planned. For a journal article describing how to use this package, see An et al. (2022) .

Copy Link

Version

Install

install.packages('BSL')

Monthly Downloads

325

Version

3.2.5

License

GPL (>= 2)

Maintainer

Leah F. South

Last Published

November 3rd, 2022

Functions in BSL (3.2.5)

cell

Cell biology example
bsl

Performing BSL, uBSL, semiBSL and BSLmisspec
BSL-class

S4 class ``BSL''.
combinePlotsBSL

Plot the densities of multiple ``bsl'' class objects.
BSL-package

Bayesian synthetic likelihood
getLoglike

Obtain the log-likelihoods from a "BSL" object
getTheta

Obtain the samples from a "BSL" object
estimateWhiteningMatrix

Estimate the Whitening matrix to be used in the ``wBSL'' method of Priddle2019;textualBSL
estimateLoglike

Estimate the synthetic likelihood
ma2

An MA(2) model
MODEL-class

S4 class ``MODEL''
gaussianRankCorr

Gaussian rank correlation
PENALTY-class

S4 class ``PENALTY''
getPenalty

Obtain the selected penalty values from a "PENALTY" object
sim_toad

The simulation function for the toad example
cor2cov

Convert a correlation matrix to a covariance matrix
simulate_cell

Simulation function of the cell biology example
gaussianSynLike

Estimate the Gaussian synthetic (log) likelihood
selectPenalty

Selecting the Penalty Parameter
semiparaKernelEstimate

Estimate the semi-parametric synthetic (log) likelihood
mgnk

The multivariate G&K example
gaussianSynLikeGhuryeOlkin

Estimate the Gaussian synthetic (log) likelihood with an unbiased estimator
getGamma

Obtain the gamma samples (the latent parameters for BSLmisspec method) from a "BSL" object
myMiniProgressBar

Progress Bar
obsMat2deltax

Convert an observation matrix to a vector of n-day displacements
sliceGammaVariance

Generate a random sample of gamma for the R-BSL-V method of Frazier2019;textualBSL using slice sampling
simulation

Run simulations with a give "MODEL" object
summStat

Compute the summary statistics with the given data
rstable

Generate a random sample from the zero-centered stable distribution
sliceGammaMean

Generate a random sample of gamma for the R-BSL-M method of Frazier2019;textualBSL using slice sampling
synLikeMisspec

Estimate the Gaussian synthetic (log) likelihood whilst acknowledging model incompatibility
toad

Toad example