AUTHORS.rst
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/contributing.rst
docs/expan.core.rst
docs/expan.data.rst
docs/expan.rst
docs/glossary.rst
docs/history.rst
docs/index.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/tutorial.rst
expan/__init__.py
expan.egg-info/PKG-INFO
expan.egg-info/SOURCES.txt
expan.egg-info/dependency_links.txt
expan.egg-info/entry_points.txt
expan.egg-info/not-zip-safe
expan.egg-info/requires.txt
expan.egg-info/top_level.txt
expan/core/__init__.py
expan/core/binning.py
expan/core/correction.py
expan/core/early_stopping.py
expan/core/experiment.py
expan/core/results.py
expan/core/statistical_test.py
expan/core/statistics.py
expan/core/util.py
expan/core/version.py
expan/data/__init__.py
expan/data/csv_fetcher.py
expan/models/normal_kpi.stan
expan/models/poisson_kpi.stan
tests/__init__.py
tests/tests_core/__init__.py
tests/tests_core/test_binning.py
tests/tests_core/test_correction.py
tests/tests_core/test_early_stopping.py
tests/tests_core/test_experiment.py
tests/tests_core/test_json_serializer.py
tests/tests_core/test_results.py
tests/tests_core/test_statistical_test.py
tests/tests_core/test_statistics.py
tests/tests_core/test_util.py
tests/tests_core/util.py
tests/tests_core/data/framingham_data.csv
tests/tests_core/data/framingham_heart_study_exam7.csv
tests/tests_core/data/framingham_statistics.csv
tests/tests_core/data/normtemp.dat.txt.gz
tests/tests_data_fetcher/__init__.py
tests/tests_data_fetcher/test_csv_fetcher.py