AUTHORS.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
./spotify_confidence/__init__.py
./spotify_confidence/chartgrid.py
./spotify_confidence/examples.py
./spotify_confidence/options.py
./spotify_confidence/analysis/__init__.py
./spotify_confidence/analysis/confidence_utils.py
./spotify_confidence/analysis/constants.py
./spotify_confidence/analysis/abstract_base_classes/__init__.py
./spotify_confidence/analysis/abstract_base_classes/confidence_abc.py
./spotify_confidence/analysis/abstract_base_classes/confidence_computer_abc.py
./spotify_confidence/analysis/abstract_base_classes/confidence_grapher_abc.py
./spotify_confidence/analysis/bayesian/__init__.py
./spotify_confidence/analysis/bayesian/bayesian_base.py
./spotify_confidence/analysis/bayesian/bayesian_models.py
./spotify_confidence/analysis/frequentist/__init__.py
./spotify_confidence/analysis/frequentist/chartify_grapher.py
./spotify_confidence/analysis/frequentist/chi_squared.py
./spotify_confidence/analysis/frequentist/generic_test.py
./spotify_confidence/analysis/frequentist/sample_ratio_test.py
./spotify_confidence/analysis/frequentist/sequential_bound_solver.py
./spotify_confidence/analysis/frequentist/statsmodels_computer.py
./spotify_confidence/analysis/frequentist/t_test.py
./spotify_confidence/analysis/frequentist/z_test.py
./spotify_confidence/samplesize/__init__.py
./spotify_confidence/samplesize/sample_size_calculator.py
spotify_confidence.egg-info/PKG-INFO
spotify_confidence.egg-info/SOURCES.txt
spotify_confidence.egg-info/dependency_links.txt
spotify_confidence.egg-info/requires.txt
spotify_confidence.egg-info/top_level.txt
tests/.DS_Store
tests/test_plot_precision.py
tests/bayesian/test_betabinomial.py
tests/frequentist/coverage.xml
tests/frequentist/test_chisquared.py
tests/frequentist/test_ttest.py
tests/frequentist/test_ztest.py
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence___init___py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis___init___py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_abstract_base_classes___init___py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_abstract_base_classes_confidence_abc_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_abstract_base_classes_confidence_computer_abc_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_abstract_base_classes_confidence_grapher_abc_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_bayesian___init___py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_bayesian_bayesian_base_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_bayesian_bayesian_models_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_confidence_utils_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_constants_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_frequentist___init___py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_frequentist_chartify_grapher_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_frequentist_chi_squared_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_frequentist_generic_test_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_frequentist_sample_ratio_test_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_frequentist_sequential_bound_solver_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_frequentist_statsmodels_computer_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_frequentist_t_test_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_analysis_frequentist_z_test_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_chartgrid_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_examples_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_options_py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_samplesize___init___py.html
tests/frequentist/htmlcov/_Users_pers_GitHub_confidence_spotify_confidence_samplesize_sample_size_calculator_py.html
tests/frequentist/htmlcov/coverage_html.js
tests/frequentist/htmlcov/index.html
tests/frequentist/htmlcov/jquery.ba-throttle-debounce.min.js
tests/frequentist/htmlcov/jquery.hotkeys.js
tests/frequentist/htmlcov/jquery.isonscreen.js
tests/frequentist/htmlcov/jquery.min.js
tests/frequentist/htmlcov/jquery.tablesorter.min.js
tests/frequentist/htmlcov/keybd_closed.png
tests/frequentist/htmlcov/keybd_open.png
tests/frequentist/htmlcov/status.json
tests/frequentist/htmlcov/style.css
tests/outputs/precision/.gitignore
tests/outputs/precision/bayesian_1.html
tests/outputs/precision/bayesian_2.html
tests/outputs/precision/bayesian_3.html
tests/outputs/precision/bayesian_4.html
tests/outputs/precision/bayesian_5.html
tests/outputs/precision/frequentist_1.html
tests/outputs/precision/frequentist_2.html
tests/outputs/precision/frequentist_3.html
tests/outputs/precision/frequentist_4.html
tests/outputs/precision/ordinal_1.html
tests/outputs/precision/ordinal_2.html
tests/outputs/precision/ordinal_3.html
tests/outputs/precision/ordinal_4.html
tests/samplesize/test_samplesizecalculator.py