Learn R Programming

Empirical Bayes Deconvolution

An unknown prior density $g(\theta)$ has yielded (unobservable) $\Theta_1, \Theta_2,\ldots,\Theta_N$, and each $\Theta_i$ produces an observation $X_i$ from an exponential family. deconvolveR is an R package for estimating prior distribution $g(\theta)$ from the data using Empirical Bayes deconvolution.

Details and examples may be found in the paper by Narasimhan and Efron, 2020. A vignette with further examples is also provided.

Copy Link

Version

Install

install.packages('deconvolveR')

Monthly Downloads

358

Version

1.2-1

License

GPL (>= 2)

Last Published

August 30th, 2020

Functions in deconvolveR (1.2-1)

deconv

A function to compute Empirical Bayes estimates using deconvolution
disjointTheta

A set of \(\Theta\) values that have a bimodal distribution for testing
deconvolveR-package

R package for Empirical Bayes \(g\)-modeling using exponential families.
surg

Intestinal surgery data involving 844 cancer patients. The data consists of pairs (\(n_i\), \(s_i\)) where \(n_i\) is the number of satellites removed and \(s_i\) is the number of satellites found to be malignant.
bardWordCount

Shakespeare word counts in the entire canon: 14,376 distinct words appeared exactly once, 4343 words appeared twice etc.