Skip to content

uttiyamaji/ebbp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebbp : Empirical Bayes on the Binomial in Python

I have tried to implement the R package ebbr (Empirical Bayes on the Binomial in R, by David Robinson) in Python. Please visit

This was to learn more about how packaging works in Python

Installation

pip install ebbp

Usage so far

Fit Beta priors from data, compute shrinkage estimates, credible intervals, add those to the dataset

TODO

  • Mixture of Beta priors
  • Extend to Multinomial-dirichlet models?
  • Priors other than Beta, fit using MCMC

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Empirical Bayes on the Binomial in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages