dapper: Data Augmentation for Private Posterior Estimation

A data augmentation based sampler for conducting privacy-aware Bayesian inference. The dapper_sample() function takes an existing sampler as input and automatically constructs a privacy-aware sampler. The process of constructing a sampler is simplified through the specification of four independent modules, allowing for easy comparison between different privacy mechanisms by only swapping out the relevant modules. Probability mass functions for the discrete Gaussian and discrete Laplacian are provided to facilitate analyses dealing with privatized count data. The output of dapper_sample() can be analyzed using many of the same tools from the 'rstan' ecosystem. For methodological details on the sampler see Ju et al. (2022) <doi:10.48550/arXiv.2206.00710>, and for details on the discrete Gaussian and discrete Laplacian distributions see Canonne et al. (2020) <doi:10.48550/arXiv.2004.00010>.

Version: 1.0.0
Imports: bayesplot, checkmate, furrr, memoise, posterior, progressr, stats
Suggests: testthat (≥ 3.0.0)
Published: 2024-07-09
DOI: 10.32614/CRAN.package.dapper
Author: Kevin Eng [aut, cre, cph]
Maintainer: Kevin Eng <kevine1221 at gmail.com>
BugReports: https://github.com/mango-empire/dapper/issues
License: MIT + file LICENSE
URL: https://github.com/mango-empire/dapper
NeedsCompilation: no
Materials: README NEWS
CRAN checks: dapper results

Documentation:

Reference manual: dapper.pdf

Downloads:

Package source: dapper_1.0.0.tar.gz
Windows binaries: r-devel: dapper_1.0.0.zip, r-release: not available, r-oldrel: dapper_1.0.0.zip
macOS binaries: r-release (arm64): dapper_1.0.0.tgz, r-oldrel (arm64): dapper_1.0.0.tgz, r-release (x86_64): dapper_1.0.0.tgz, r-oldrel (x86_64): dapper_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=dapper to link to this page.