Metadata-Version: 2.1
Name: bayespropestimation
Version: 0.9.3
Summary: Class method for the Bayesian estimation and comparison of proportions
Home-page: https://github.com/oli-chipperfield/bayespropestimation
Author: Oliver Chipperfield
Author-email: omc0dev@googlemail.com
License: MIT license
Keywords: bayespropestimation
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: numpy (>=1.17.2)
Requires-Dist: scipy (>=1.3.1)
Requires-Dist: pandas (>=0.25.1)
Requires-Dist: plotly (>=4.9.0)
Requires-Dist: arviz (>=0.9.0)



Simple class and methods for the Bayesian estimation and comparison of proportions.

- Estimates the posterior distribution of the mean parameter for two binomial samples, A and B.

- Estimates the posterior distribution of the difference in mean parameters for two binomial samples, A and B.

- Provides summary statistics and visualisations for the estimated parameters.

-  The prior distribution, sample count, random seed, credible intervals and parameter names can all be customised.



