Skip to content

timydaley/deconvolveR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

The current package is still under construction but will soon appear on CRAN along with a manuscript. Meanwhile, you can reproduce many examples by installing the package in R thus:

devtools::install_github("bnaras/deconvolveR")
library(deconvolveR)
vignette("deconvolution")

About

Empirical Bayes Deconvolution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%