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/experiment.py
./spotify_confidence/analysis/frequentist/sample_ratio_test.py
./spotify_confidence/analysis/frequentist/sample_size_calculator.py
./spotify_confidence/analysis/frequentist/sequential_bound_solver.py
./spotify_confidence/analysis/frequentist/t_test.py
./spotify_confidence/analysis/frequentist/z_test.py
./spotify_confidence/analysis/frequentist/z_test_linreg.py
./spotify_confidence/analysis/frequentist/confidence_computers/__init__.py
./spotify_confidence/analysis/frequentist/confidence_computers/bootstrap_computer.py
./spotify_confidence/analysis/frequentist/confidence_computers/chi_squared_computer.py
./spotify_confidence/analysis/frequentist/confidence_computers/generic_computer.py
./spotify_confidence/analysis/frequentist/confidence_computers/t_test_computer.py
./spotify_confidence/analysis/frequentist/confidence_computers/z_test_computer.py
./spotify_confidence/analysis/frequentist/confidence_computers/z_test_linreg_computer.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/.coverage
tests/coverage.xml
tests/test_plot_precision.py
tests/bayesian/test_betabinomial.py
tests/frequentist/coverage.xml
tests/frequentist/test_bounds.py
tests/frequentist/test_chisquared.py
tests/frequentist/test_experiment.py
tests/frequentist/test_freqsamplesizecalculator.py
tests/frequentist/test_ttest.py
tests/frequentist/test_ztest.py
tests/frequentist/test_ztest_linreg.py
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence___init___py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis___init___py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_abstract_base_classes___init___py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_abstract_base_classes_confidence_abc_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_abstract_base_classes_confidence_computer_abc_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_abstract_base_classes_confidence_grapher_abc_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_bayesian___init___py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_bayesian_bayesian_base_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_bayesian_bayesian_models_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_confidence_utils_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_constants_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist___init___py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist_chartify_grapher_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist_chi_squared_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist_confidence_computers___init___py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist_confidence_computers_bootstrap_computer_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist_confidence_computers_chi_squared_computer_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist_confidence_computers_generic_computer_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist_confidence_computers_t_test_computer_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist_confidence_computers_z_test_computer_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist_experiment_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist_generic_test_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist_sample_ratio_test_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist_sequential_bound_solver_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist_statsmodels_computer_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist_t_test_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_analysis_frequentist_z_test_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_chartgrid_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_examples_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_options_py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_samplesize___init___py.html
tests/frequentist/htmlcov/_Users_mschultzberg_PycharmProjects_confidence_spotify_confidence_samplesize_sample_size_calculator_py.html
tests/frequentist/htmlcov/coverage_html.js
tests/frequentist/htmlcov/d_09fd7dccd844c2f2___init___py.html
tests/frequentist/htmlcov/d_09fd7dccd844c2f2_boostrap_test_py.html
tests/frequentist/htmlcov/d_09fd7dccd844c2f2_chartify_grapher_py.html
tests/frequentist/htmlcov/d_09fd7dccd844c2f2_chi_squared_py.html
tests/frequentist/htmlcov/d_09fd7dccd844c2f2_experiment_py.html
tests/frequentist/htmlcov/d_09fd7dccd844c2f2_sample_ratio_test_py.html
tests/frequentist/htmlcov/d_09fd7dccd844c2f2_sample_size_calculator_py.html
tests/frequentist/htmlcov/d_09fd7dccd844c2f2_sequential_bound_solver_py.html
tests/frequentist/htmlcov/d_09fd7dccd844c2f2_srm_test_py.html
tests/frequentist/htmlcov/d_09fd7dccd844c2f2_t_test_py.html
tests/frequentist/htmlcov/d_09fd7dccd844c2f2_z_test_linreg_py.html
tests/frequentist/htmlcov/d_09fd7dccd844c2f2_z_test_py.html
tests/frequentist/htmlcov/d_156f31dafa2848ea___init___py.html
tests/frequentist/htmlcov/d_156f31dafa2848ea_bootstrap_computer_py.html
tests/frequentist/htmlcov/d_156f31dafa2848ea_chi_squared_computer_py.html
tests/frequentist/htmlcov/d_156f31dafa2848ea_generic_computer_py.html
tests/frequentist/htmlcov/d_156f31dafa2848ea_srm_test_computer_py.html
tests/frequentist/htmlcov/d_156f31dafa2848ea_t_test_computer_py.html
tests/frequentist/htmlcov/d_156f31dafa2848ea_z_test_computer_py.html
tests/frequentist/htmlcov/d_156f31dafa2848ea_z_test_linreg_computer_py.html
tests/frequentist/htmlcov/d_338a67d43c737208___init___py.html
tests/frequentist/htmlcov/d_338a67d43c737208_confidence_abc_py.html
tests/frequentist/htmlcov/d_338a67d43c737208_confidence_computer_abc_py.html
tests/frequentist/htmlcov/d_338a67d43c737208_confidence_grapher_abc_py.html
tests/frequentist/htmlcov/d_592b7eece46d8083___init___py.html
tests/frequentist/htmlcov/d_592b7eece46d8083_bayesian_base_py.html
tests/frequentist/htmlcov/d_592b7eece46d8083_bayesian_models_py.html
tests/frequentist/htmlcov/d_7dd921a8fc887d0c___init___py.html
tests/frequentist/htmlcov/d_7dd921a8fc887d0c_sample_size_calculator_py.html
tests/frequentist/htmlcov/d_8683b9952d6abbe6___init___py.html
tests/frequentist/htmlcov/d_8683b9952d6abbe6_chartgrid_py.html
tests/frequentist/htmlcov/d_8683b9952d6abbe6_examples_py.html
tests/frequentist/htmlcov/d_8683b9952d6abbe6_options_py.html
tests/frequentist/htmlcov/d_ec2a6e49d6e0fee4___init___py.html
tests/frequentist/htmlcov/d_ec2a6e49d6e0fee4_confidence_utils_py.html
tests/frequentist/htmlcov/d_ec2a6e49d6e0fee4_constants_py.html
tests/frequentist/htmlcov/favicon_32.png
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/htmlcov/.gitignore
tests/htmlcov/coverage_html.js
tests/htmlcov/d_09fd7dccd844c2f2___init___py.html
tests/htmlcov/d_09fd7dccd844c2f2_chartify_grapher_py.html
tests/htmlcov/d_09fd7dccd844c2f2_chi_squared_py.html
tests/htmlcov/d_09fd7dccd844c2f2_experiment_py.html
tests/htmlcov/d_09fd7dccd844c2f2_sample_ratio_test_py.html
tests/htmlcov/d_09fd7dccd844c2f2_sample_size_calculator_py.html
tests/htmlcov/d_09fd7dccd844c2f2_sequential_bound_solver_py.html
tests/htmlcov/d_09fd7dccd844c2f2_t_test_py.html
tests/htmlcov/d_09fd7dccd844c2f2_z_test_linreg_py.html
tests/htmlcov/d_09fd7dccd844c2f2_z_test_py.html
tests/htmlcov/d_156f31dafa2848ea___init___py.html
tests/htmlcov/d_156f31dafa2848ea_bootstrap_computer_py.html
tests/htmlcov/d_156f31dafa2848ea_chi_squared_computer_py.html
tests/htmlcov/d_156f31dafa2848ea_generic_computer_py.html
tests/htmlcov/d_156f31dafa2848ea_t_test_computer_py.html
tests/htmlcov/d_156f31dafa2848ea_z_test_computer_py.html
tests/htmlcov/d_156f31dafa2848ea_z_test_linreg_computer_py.html
tests/htmlcov/d_338a67d43c737208___init___py.html
tests/htmlcov/d_338a67d43c737208_confidence_abc_py.html
tests/htmlcov/d_338a67d43c737208_confidence_computer_abc_py.html
tests/htmlcov/d_338a67d43c737208_confidence_grapher_abc_py.html
tests/htmlcov/d_592b7eece46d8083___init___py.html
tests/htmlcov/d_592b7eece46d8083_bayesian_base_py.html
tests/htmlcov/d_592b7eece46d8083_bayesian_models_py.html
tests/htmlcov/d_7dd921a8fc887d0c___init___py.html
tests/htmlcov/d_7dd921a8fc887d0c_sample_size_calculator_py.html
tests/htmlcov/d_8683b9952d6abbe6___init___py.html
tests/htmlcov/d_8683b9952d6abbe6_chartgrid_py.html
tests/htmlcov/d_8683b9952d6abbe6_examples_py.html
tests/htmlcov/d_8683b9952d6abbe6_options_py.html
tests/htmlcov/d_ec2a6e49d6e0fee4___init___py.html
tests/htmlcov/d_ec2a6e49d6e0fee4_confidence_utils_py.html
tests/htmlcov/d_ec2a6e49d6e0fee4_constants_py.html
tests/htmlcov/favicon_32.png
tests/htmlcov/index.html
tests/htmlcov/keybd_closed.png
tests/htmlcov/keybd_open.png
tests/htmlcov/status.json
tests/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/.coverage
tests/samplesize/coverage.xml
tests/samplesize/test_samplesizecalculator.py
tests/samplesize/htmlcov/.gitignore
tests/samplesize/htmlcov/coverage_html.js
tests/samplesize/htmlcov/d_09fd7dccd844c2f2___init___py.html
tests/samplesize/htmlcov/d_09fd7dccd844c2f2_chartify_grapher_py.html
tests/samplesize/htmlcov/d_09fd7dccd844c2f2_chi_squared_py.html
tests/samplesize/htmlcov/d_09fd7dccd844c2f2_experiment_py.html
tests/samplesize/htmlcov/d_09fd7dccd844c2f2_sample_ratio_test_py.html
tests/samplesize/htmlcov/d_09fd7dccd844c2f2_sample_size_calculator_py.html
tests/samplesize/htmlcov/d_09fd7dccd844c2f2_sequential_bound_solver_py.html
tests/samplesize/htmlcov/d_09fd7dccd844c2f2_t_test_py.html
tests/samplesize/htmlcov/d_09fd7dccd844c2f2_z_test_linreg_py.html
tests/samplesize/htmlcov/d_09fd7dccd844c2f2_z_test_py.html
tests/samplesize/htmlcov/d_156f31dafa2848ea___init___py.html
tests/samplesize/htmlcov/d_156f31dafa2848ea_bootstrap_computer_py.html
tests/samplesize/htmlcov/d_156f31dafa2848ea_chi_squared_computer_py.html
tests/samplesize/htmlcov/d_156f31dafa2848ea_generic_computer_py.html
tests/samplesize/htmlcov/d_156f31dafa2848ea_t_test_computer_py.html
tests/samplesize/htmlcov/d_156f31dafa2848ea_z_test_computer_py.html
tests/samplesize/htmlcov/d_156f31dafa2848ea_z_test_linreg_computer_py.html
tests/samplesize/htmlcov/d_338a67d43c737208___init___py.html
tests/samplesize/htmlcov/d_338a67d43c737208_confidence_abc_py.html
tests/samplesize/htmlcov/d_338a67d43c737208_confidence_computer_abc_py.html
tests/samplesize/htmlcov/d_338a67d43c737208_confidence_grapher_abc_py.html
tests/samplesize/htmlcov/d_592b7eece46d8083___init___py.html
tests/samplesize/htmlcov/d_592b7eece46d8083_bayesian_base_py.html
tests/samplesize/htmlcov/d_592b7eece46d8083_bayesian_models_py.html
tests/samplesize/htmlcov/d_7dd921a8fc887d0c___init___py.html
tests/samplesize/htmlcov/d_7dd921a8fc887d0c_sample_size_calculator_py.html
tests/samplesize/htmlcov/d_8683b9952d6abbe6___init___py.html
tests/samplesize/htmlcov/d_8683b9952d6abbe6_chartgrid_py.html
tests/samplesize/htmlcov/d_8683b9952d6abbe6_examples_py.html
tests/samplesize/htmlcov/d_8683b9952d6abbe6_options_py.html
tests/samplesize/htmlcov/d_ec2a6e49d6e0fee4___init___py.html
tests/samplesize/htmlcov/d_ec2a6e49d6e0fee4_confidence_utils_py.html
tests/samplesize/htmlcov/d_ec2a6e49d6e0fee4_constants_py.html
tests/samplesize/htmlcov/favicon_32.png
tests/samplesize/htmlcov/index.html
tests/samplesize/htmlcov/keybd_closed.png
tests/samplesize/htmlcov/keybd_open.png
tests/samplesize/htmlcov/status.json
tests/samplesize/htmlcov/style.css