README.md
pyproject.toml
setup.py
abfy/__init__.py
abfy.egg-info/PKG-INFO
abfy.egg-info/SOURCES.txt
abfy.egg-info/dependency_links.txt
abfy.egg-info/top_level.txt
abfy/src/__init__.py
abfy/src/models/__init__.py
abfy/src/models/data_model.py
abfy/src/models/analyser_model/__init__.py
abfy/src/models/analyser_model/ab_analyser.py
abfy/src/models/analyser_model/analyser.py
abfy/src/models/analyser_model/diff_in_diff_analyser.py
abfy/src/models/analyser_model/fitters/__init__.py
abfy/src/models/analyser_model/fitters/basic_fitter.py
abfy/src/models/analyser_model/fitters/bootstrap_fitter.py
abfy/src/models/analyser_model/fitters/fitter.py
abfy/src/models/configuration_model/__init__.py
abfy/src/models/configuration_model/base_objects.py
abfy/src/models/configuration_model/config.py
abfy/src/models/message/__init__.py
abfy/src/models/message/enums.py
abfy/src/models/message/message.py
abfy/src/models/preprocessor_model/__init__.py
abfy/src/models/preprocessor_model/base.py
abfy/src/models/preprocessor_model/ab/__init__.py
abfy/src/models/preprocessor_model/ab/distribution_preprocessor.py
abfy/src/models/preprocessor_model/ab/flicker_preprocessor.py
abfy/src/models/preprocessor_model/ab/imbalance_preprocessor.py
abfy/src/models/preprocessor_model/ab/log_transform_preprocessor.py
abfy/src/models/preprocessor_model/diff_in_diff/__init__.py
abfy/src/models/preprocessor_model/diff_in_diff/matching_preprocessor.py
abfy/src/models/preprocessor_model/diff_in_diff/prep_did_preprocessor.py
abfy/src/models/result_model/__init__.py
abfy/src/models/result_model/result.py
abfy/src/pipeline/__init__.py
abfy/src/pipeline/experiment_pipelines/__init__.py
abfy/src/pipeline/experiment_pipelines/ab_pipeline.py
abfy/src/pipeline/experiment_pipelines/diff_in_diff_pipeline.py
abfy/src/pipeline/experiment_pipelines/experiment_pipeline.py
abfy/src/pipeline/power_calculators/__init__.py
abfy/src/pipeline/power_calculators/ab_power_calculator.py
abfy/src/pipeline/preprocess_pipelines/__init__.py
abfy/src/pipeline/preprocess_pipelines/ab_preprocess_pipeline.py
abfy/src/pipeline/preprocess_pipelines/diff_in_diff_preprocess_pipeline.py
abfy/src/pipeline/preprocess_pipelines/preprocess_pipeline.py
abfy/src/utils/__init__.py
abfy/src/utils/common_utils.py
abfy/src/utils/config_utils.py
abfy/src/utils/constants.py
abfy/src/utils/dashab_timer.py
abfy/src/utils/delta_method.py
abfy/src/utils/error.py
abfy/src/utils/logger.py
abfy/src/utils/preprocessing_utils.py
abfy/src/utils/validation_utils.py
abfy/src/utils/diff_in_diff/__init__.py
abfy/src/utils/diff_in_diff/calculation.py
abfy/src/utils/diff_in_diff/plotting.py
abfy/src/utils/diff_in_diff/prep_data.py
abfy/src/utils/experiment/__init__.py
abfy/src/utils/experiment/bootstrap.py
abfy/src/utils/experiment/fitter_utils.py
abfy/src/utils/experiment/group_sequential.py
abfy/src/utils/experiment/result_utils.py
abfy/src/utils/experiment/stats_utils.py
abfy/src/utils/experiment/use_t.py
abfy/tests/__init__.py
abfy/tests/unit/__init__.py
abfy/tests/unit/data.py
abfy/tests/unit/experiment/__init__.py
abfy/tests/unit/models/__init__.py
abfy/tests/unit/models/analyser_model/__init__.py
abfy/tests/unit/models/analyser_model/test_analyser.py
abfy/tests/unit/models/analyser_model/test_data.py
abfy/tests/unit/models/analyser_model/test_fitter.py
abfy/tests/unit/models/configuration_model/__init__.py
abfy/tests/unit/models/configuration_model/test_base_objects.py
abfy/tests/unit/models/configuration_model/test_configuration.py
abfy/tests/unit/models/message/__init__.py
abfy/tests/unit/models/message/test_message.py
abfy/tests/unit/models/result_model/__init__.py
abfy/tests/unit/models/result_model/test_result.py
abfy/tests/unit/pipeline/__init__.py
abfy/tests/unit/pipeline/test_pipeline.py
abfy/tests/unit/pipeline/test_power_calculators.py
abfy/tests/unit/utils/__init__.py
abfy/tests/unit/utils/test_ab_preprocess_method.py
abfy/tests/unit/utils/test_common_utils.py
abfy/tests/unit/utils/test_config_utils.py
abfy/tests/unit/utils/test_constants.py
abfy/tests/unit/utils/test_delta_method.py
abfy/tests/unit/utils/test_diff_in_diff_utils.py
abfy/tests/unit/utils/test_validation_utils.py
abfy/tests/unit/utils/experiment/__init__.py
abfy/tests/unit/utils/experiment/test_bootstrap.py
abfy/tests/unit/utils/experiment/test_group_sequential.py
abfy/tests/unit/utils/experiment/test_result_utils.py
abfy/tests/unit/utils/experiment/test_use_t.py