.gitignore
.readthedocs.yml
CHANGELOG.md
CONDUCT.md
LICENSE
README.md
pyproject.toml
requirements.txt
requirements_dev.txt
docs/Makefile
docs/changelog.md
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/favicon-16x16.png
docs/_static/favicon-16x16.svg
docs/_static/favicon-180x180.png
docs/_static/favicon-180x180.svg
docs/_static/favicon-32x32.png
docs/_static/favicon-32x32.svg
docs/_static/logo-dark.png
docs/_static/logo-dark.svg
docs/_static/logo.png
docs/_static/logo.svg
docs/_static/logoo.svg
docs/_static/css/custom.css
docs/source/contribute.rst
docs/source/index.rst
docs/source/filliben/Filliben.rst
docs/source/filliben/_critical_value.rst
docs/source/filliben/_normal_order_medians.rst
docs/source/filliben/_p_value.rst
docs/source/filliben/_statistic.rst
docs/source/filliben/_uniform_order_medians.rst
docs/source/filliben/citation.rst
docs/source/filliben/correlation_plot.rst
docs/source/filliben/dist_plot.rst
docs/source/filliben/fi_test.rst
docs/source/filliben/index.rst
docs/source/filliben/line_up.rst
docs/source/filliben/img/correlation_plot.png
docs/source/filliben/img/filliben_paper.png
docs/source/filliben/img/line_up.png
docs/source/filliben/img/line_up_true.png
docs/source/helpers/AlphaManagement.rst
docs/source/helpers/SafeManagement.rst
docs/source/helpers/index.rst
docs/source/looney_gulledge/LooneyGulledge.rst
docs/source/looney_gulledge/_critical_value.rst
docs/source/looney_gulledge/_normal_order_statistic.rst
docs/source/looney_gulledge/_order_statistic.rst
docs/source/looney_gulledge/_p_value.rst
docs/source/looney_gulledge/_statistic.rst
docs/source/looney_gulledge/citation.rst
docs/source/looney_gulledge/correlation_plot.rst
docs/source/looney_gulledge/dist_plot.rst
docs/source/looney_gulledge/index.rst
docs/source/looney_gulledge/line_up.rst
docs/source/looney_gulledge/test.rst
docs/source/looney_gulledge/img/correlation_plot.png
docs/source/looney_gulledge/img/dist_plot.png
docs/source/looney_gulledge/img/line_up.png
docs/source/looney_gulledge/img/line_up_true.png
docs/source/ryan_joiner/RyanJoiner.rst
docs/source/ryan_joiner/_critical_value.rst
docs/source/ryan_joiner/_normal_order_statistic.rst
docs/source/ryan_joiner/_order_statistic.rst
docs/source/ryan_joiner/_p_value.rst
docs/source/ryan_joiner/_statistic.rst
docs/source/ryan_joiner/citation.rst
docs/source/ryan_joiner/correlation_plot.rst
docs/source/ryan_joiner/dist_plot.rst
docs/source/ryan_joiner/index.rst
docs/source/ryan_joiner/line_up.rst
docs/source/ryan_joiner/rj_test.rst
docs/source/ryan_joiner/img/correlation_plot.png
docs/source/ryan_joiner/img/dist_plot.png
docs/source/ryan_joiner/img/line_up.png
docs/source/ryan_joiner/img/line_up_true.png
normtest/__init__.py
normtest/bibmaker.py
normtest/filliben.py
normtest/looney_gulledge.py
normtest/ryan_joiner.py
normtest/version.py
normtest.egg-info/PKG-INFO
normtest.egg-info/SOURCES.txt
normtest.egg-info/dependency_links.txt
normtest.egg-info/requires.txt
normtest.egg-info/top_level.txt
normtest/utils/__init__py
normtest/utils/constants.py
normtest/utils/critical_values.py
normtest/utils/documentation.py
normtest/utils/helpers.py
tests/README.md
tests/__init__.py
tests/filliben/__init__.py
tests/filliben/test_Filliben.py
tests/filliben/test__critical_value.py
tests/filliben/test__make_line_up_data.py
tests/filliben/test__normal_order_medians.py
tests/filliben/test__p_value.py
tests/filliben/test__statistic.py
tests/filliben/test_citation.py
tests/filliben/test_correlation_plot.py
tests/filliben/test_dist_plot.py
tests/filliben/test_fi_test.py
tests/filliben/test_line_up.py
tests/filliben/test_uniform_order_medians.py
tests/filliben/figs_correlation_plot/fig1.png
tests/filliben/figs_correlation_plot/filliben_data.png
tests/filliben/figs_dist_plot/default.png
tests/filliben/figs_dist_plot/filliben_paper.png
tests/filliben/figs_line_up/line_up.png
tests/filliben/figs_line_up/line_up_pi.png
tests/filliben/figs_line_up/line_up_pi_true.png
tests/filliben/figs_line_up/line_up_true.png
tests/functions_to_test/__init__.py
tests/functions_to_test/functions.py
tests/looney_gulledge/__init__.py
tests/looney_gulledge/test_LooneyGulledge.py
tests/looney_gulledge/test__critical_value.py
tests/looney_gulledge/test__make_line_up_data.py
tests/looney_gulledge/test__normal_order_statistic.py
tests/looney_gulledge/test__order_statistic.py
tests/looney_gulledge/test__p_value.py
tests/looney_gulledge/test__statistic.py
tests/looney_gulledge/test_citation.py
tests/looney_gulledge/test_correlation_plot.py
tests/looney_gulledge/test_dist_plot.py
tests/looney_gulledge/test_lg_test.py
tests/looney_gulledge/test_line_up.py
tests/looney_gulledge/figs_correlation_plot/fig1.png
tests/looney_gulledge/figs_correlation_plot/fig2.png
tests/looney_gulledge/figs_dist_plot/default.png
tests/looney_gulledge/figs_dist_plot/filliben_from_class.png
tests/looney_gulledge/figs_dist_plot/filliben_paper.png
tests/looney_gulledge/figs_line_up/line_up.png
tests/looney_gulledge/figs_line_up/line_up_pi.png
tests/looney_gulledge/figs_line_up/line_up_true.png
tests/looney_gulledge/figs_line_up/line_up_true_pi.png
tests/looney_gulledge/figs_line_up/line_up_true_weighted.png
tests/looney_gulledge/figs_line_up/line_up_weighted.png
tests/ryan_joiner/__init__.py
tests/ryan_joiner/test_RyanJoiner.py
tests/ryan_joiner/test__critical_value.py
tests/ryan_joiner/test__make_line_up_data.py
tests/ryan_joiner/test__normal_order_statistic.py
tests/ryan_joiner/test__order_statistic.py
tests/ryan_joiner/test__p_value.py
tests/ryan_joiner/test__statistic.py
tests/ryan_joiner/test_citation.py
tests/ryan_joiner/test_correlation_plot.py
tests/ryan_joiner/test_dist_plot.py
tests/ryan_joiner/test_line_up.py
tests/ryan_joiner/test_rj_test.py
tests/ryan_joiner/figs_correlation_plot/fig1.png
tests/ryan_joiner/figs_correlation_plot/fig2.png
tests/ryan_joiner/figs_dist_plot/dist_plot_default.png
tests/ryan_joiner/figs_dist_plot/dist_plot_range.png
tests/ryan_joiner/figs_dist_plot/dist_plot_test.png
tests/ryan_joiner/figs_dist_plot/filliben_paper.png
tests/ryan_joiner/figs_line_up/line_up.png
tests/ryan_joiner/figs_line_up/line_up_pi.png
tests/ryan_joiner/figs_line_up/line_up_true.png
tests/ryan_joiner/figs_line_up/line_up_true_pi.png
tests/ryan_joiner/figs_line_up/line_up_true_weighted.png
tests/ryan_joiner/figs_line_up/line_up_weighted.png
tests/utils/__init__.py
tests/utils/test_AlphaManagement.py
tests/utils/test_SafeManagement.py
tests/versioning/__init__.py
tests/versioning/test_new_version.py
tests/versioning/test_version_info.py