Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nignatiadis/specialexponentialfamilies.jl


https://github.com/nignatiadis/specialexponentialfamilies.jl

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# SpecialExponentialFamilies

Implementation of special exponential families (currently in 1 dimension) and fitting through Lindsey's method.

> Efron, B., & Tibshirani, R. (1996). Using specially designed exponential families for density estimation. The Annals of Statistics, 24(6), 2431-2461.

Also implements estimation of exponential families in the empirical Bayes problem using regularized maximum likelihood.

> Efron, B. "Empirical Bayes deconvolution estimates." Biometrika 103.1 (2016): 1-20.

The latter method is also available in the [deconvolveR](https://github.com/bnaras/deconvolveR) R package.