.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
AUTHORS.rst
CHANGELOG.rst
LICENSE
README.md
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
abexp/__init__.py
abexp.egg-info/PKG-INFO
abexp.egg-info/SOURCES.txt
abexp.egg-info/dependency_links.txt
abexp.egg-info/requires.txt
abexp.egg-info/top_level.txt
abexp/core/__init__.py
abexp/core/allocation.py
abexp/core/analysis_bayesian.py
abexp/core/analysis_frequentist.py
abexp/core/design.py
abexp/core/planning.py
abexp/statistics/__init__.py
abexp/statistics/stats_metrics.py
abexp/statistics/stats_tests.py
abexp/visualization/__init__.py
abexp/visualization/analysis_plots.py
docs/Makefile
docs/abexp.rst
docs/api.rst
docs/authors.rst
docs/badges.rst
docs/conf.py
docs/fullapi.rst
docs/help.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/tutorials.rst
docs/_static/.gitignore
docs/img/experiment_flow.png
docs/tutorials/Allocation.ipynb
docs/tutorials/AnalysisBayesianApproach.ipynb
docs/tutorials/AnalysisBootstrap.ipynb
docs/tutorials/AnalysisFrequentistApproach.ipynb
docs/tutorials/SampleSizeDetermination.ipynb
docs/tutorials/.ipynb_checkpoints/Allocation-checkpoint.ipynb
docs/tutorials/.ipynb_checkpoints/AnalysisBayesianApproach-checkpoint.ipynb
docs/tutorials/.ipynb_checkpoints/AnalysisBootstrap-checkpoint.ipynb
docs/tutorials/.ipynb_checkpoints/AnalysisFrequentistApproach-checkpoint.ipynb
docs/tutorials/.ipynb_checkpoints/SampleSizeDetermination-checkpoint.ipynb
tests/test_allocation.py
tests/test_analysis_bayesian.py
tests/test_analysis_frequentist.py
tests/test_analysis_plots.ipynb
tests/test_analysis_plots.py
tests/test_planning.py
tests/test_sample_size.py
tests/data/homogeneity_check.csv
tests/data/stats_boostrap_mean.csv
tests/data/stats_boostrap_median.csv
tests/data/stats_boostrap_std.csv
tests/data/stats_boostrap_sum.csv