Skip to content

atisor73/bayesian_priors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bayesian_priors

A package for visualizing prior distributions in the context of Bayesian inference. The following continuous distributions are supported: normal, student-t, exponential, gamma, inverse gamma, weibull, pareto, gumbel, log-normal, cauchy, beta. Live demo is here. Descriptions of the distributions are here.

User inputs their desired lower and upper bounds along with the % mass in-between. The dashboard will then display a set of parameters that generates such distribution.

git clone https://github.com/atisor73/bayesian_priors.git
cd bayesian_priors/
python setup.py install    # install package
import bayesian_priors

bayesian_priors.dashboard(description=True)

About

Dashboard to explore Bayesian prior distributions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published