.pre-commit-config.yaml
.readthedocs.yaml
ANALYSES.rst
AUTHORS.rst
CONTRIBUTING.rst
DIFFERENTIAL_PRIVACY.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
SIMILARITY_MEASURES.rst
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/analyses.rst
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/differential_privacy.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/similarity_measures.rst
dp_mobility_report/__init__.py
dp_mobility_report/constants.py
dp_mobility_report/dpmreport.py
dp_mobility_report.egg-info/PKG-INFO
dp_mobility_report.egg-info/SOURCES.txt
dp_mobility_report.egg-info/dependency_links.txt
dp_mobility_report.egg-info/not-zip-safe
dp_mobility_report.egg-info/requires.txt
dp_mobility_report.egg-info/top_level.txt
dp_mobility_report/benchmark/__init__.py
dp_mobility_report/benchmark/b_utils.py
dp_mobility_report/benchmark/benchmarkreport.py
dp_mobility_report/benchmark/preprocessing.py
dp_mobility_report/benchmark/similarity_measures.py
dp_mobility_report/model/__init__.py
dp_mobility_report/model/m_utils.py
dp_mobility_report/model/od_analysis.py
dp_mobility_report/model/overview.py
dp_mobility_report/model/place_analysis.py
dp_mobility_report/model/preprocessing.py
dp_mobility_report/model/section.py
dp_mobility_report/model/user_analysis.py
dp_mobility_report/privacy/__init__.py
dp_mobility_report/privacy/diff_privacy.py
dp_mobility_report/report/__init__.py
dp_mobility_report/report/report.py
dp_mobility_report/report/html/__init__.py
dp_mobility_report/report/html/config_templates.py
dp_mobility_report/report/html/html_utils.py
dp_mobility_report/report/html/od_analysis_templates.py
dp_mobility_report/report/html/overview_templates.py
dp_mobility_report/report/html/place_analysis_templates.py
dp_mobility_report/report/html/templates.py
dp_mobility_report/report/html/user_analysis_templates.py
dp_mobility_report/report/html/html_templates/__init__.py
dp_mobility_report/report/html/html_templates/config_segment.html
dp_mobility_report/report/html/html_templates/dp_info.html
dp_mobility_report/report/html/html_templates/od_analysis_segment.html
dp_mobility_report/report/html/html_templates/od_analysis_segment_benchmark.html
dp_mobility_report/report/html/html_templates/overview_segment.html
dp_mobility_report/report/html/html_templates/overview_segment_benchmark.html
dp_mobility_report/report/html/html_templates/place_analysis_segment.html
dp_mobility_report/report/html/html_templates/place_analysis_segment_benchmark.html
dp_mobility_report/report/html/html_templates/similarity_info.html
dp_mobility_report/report/html/html_templates/similarity_measures.html
dp_mobility_report/report/html/html_templates/structure.html
dp_mobility_report/report/html/html_templates/table.html
dp_mobility_report/report/html/html_templates/table_benchmark.html
dp_mobility_report/report/html/html_templates/table_conf_interval.html
dp_mobility_report/report/html/html_templates/table_conf_interval_benchmark.html
dp_mobility_report/report/html/html_templates/user_analysis_segment.html
dp_mobility_report/report/html/html_templates/user_analysis_segment_benchmark.html
dp_mobility_report/report/html/html_templates/assets/__init__.py
dp_mobility_report/report/html/html_templates/assets/bootstrap.min.css
dp_mobility_report/report/html/html_templates/assets/style.css
dp_mobility_report/visualization/__init__.py
dp_mobility_report/visualization/plot.py
dp_mobility_report/visualization/v_utils.py