Metadata-Version: 1.2
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
Description: 
        
        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.
        
        
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
