AUTHORS.md
LICENSE
README.md
pyproject.toml
src/synthdiet/__init__.py
src/synthdiet/py.typed
src/synthdiet.egg-info/PKG-INFO
src/synthdiet.egg-info/SOURCES.txt
src/synthdiet.egg-info/dependency_links.txt
src/synthdiet.egg-info/requires.txt
src/synthdiet.egg-info/top_level.txt
src/synthdiet/behavior/__init__.py
src/synthdiet/behavior/adherence.py
src/synthdiet/causal/__init__.py
src/synthdiet/causal/confounding.py
src/synthdiet/causal/counterfactual.py
src/synthdiet/causal/dag.py
src/synthdiet/causal/effects.py
src/synthdiet/diets/__init__.py
src/synthdiet/diets/base.py
src/synthdiet/diets/presets.py
src/synthdiet/diseases/__init__.py
src/synthdiet/diseases/base.py
src/synthdiet/diseases/cardiovascular.py
src/synthdiet/diseases/diabetes.py
src/synthdiet/diseases/eating_disorders.py
src/synthdiet/diseases/endocrine.py
src/synthdiet/diseases/food_allergies.py
src/synthdiet/diseases/gastrointestinal.py
src/synthdiet/diseases/hepatic.py
src/synthdiet/diseases/musculoskeletal.py
src/synthdiet/diseases/obesity.py
src/synthdiet/diseases/oncology.py
src/synthdiet/diseases/registry.py
src/synthdiet/diseases/renal.py
src/synthdiet/education/__init__.py
src/synthdiet/education/cases.py
src/synthdiet/education/osce.py
src/synthdiet/education/templates.py
src/synthdiet/evaluation/__init__.py
src/synthdiet/evaluation/metrics.py
src/synthdiet/evaluation/reports.py
src/synthdiet/generators/__init__.py
src/synthdiet/generators/base.py
src/synthdiet/generators/cohort_generator.py
src/synthdiet/generators/copula_generator.py
src/synthdiet/generators/distribution_generator.py
src/synthdiet/generators/markov_generator.py
src/synthdiet/generators/random_generator.py
src/synthdiet/indices/__init__.py
src/synthdiet/indices/ahei_2010.py
src/synthdiet/indices/base.py
src/synthdiet/indices/dash_score.py
src/synthdiet/indices/dii.py
src/synthdiet/indices/hei_2020.py
src/synthdiet/indices/medas.py
src/synthdiet/indices/phdi.py
src/synthdiet/interactions/__init__.py
src/synthdiet/interactions/medications.py
src/synthdiet/interactions/registry.py
src/synthdiet/noise/__init__.py
src/synthdiet/noise/measurement_error.py
src/synthdiet/noise/missing_data.py
src/synthdiet/nutrition/__init__.py
src/synthdiet/nutrition/foods.py
src/synthdiet/nutrition/nutrients.py
src/synthdiet/nutrition/requirements.py
src/synthdiet/patients/__init__.py
src/synthdiet/patients/anthropometrics.py
src/synthdiet/patients/biomarkers.py
src/synthdiet/patients/demographics.py
src/synthdiet/patients/lifestyle.py
src/synthdiet/patients/patient.py
src/synthdiet/simulation/__init__.py
src/synthdiet/simulation/engine.py
src/synthdiet/simulation/hall_model.py
src/synthdiet/simulation/metabolism.py
src/synthdiet/stats/__init__.py
src/synthdiet/stats/ancova.py
src/synthdiet/stats/inference.py
src/synthdiet/stats/power.py
src/synthdiet/trials/__init__.py
src/synthdiet/trials/analysis.py
src/synthdiet/trials/design.py
src/synthdiet/trials/dropout.py
src/synthdiet/trials/randomization.py
src/synthdiet/utils/__init__.py
src/synthdiet/utils/constants.py
src/synthdiet/utils/random_state.py
src/synthdiet/utils/validators.py
src/synthdiet/validation/__init__.py
src/synthdiet/validation/base.py
src/synthdiet/validation/dash_sodium.py
src/synthdiet/validation/direct.py
src/synthdiet/validation/dpp.py
src/synthdiet/validation/look_ahead.py
src/synthdiet/validation/predimed.py
src/synthdiet/viz/__init__.py
src/synthdiet/viz/_mpl.py
src/synthdiet/viz/consort.py
src/synthdiet/viz/forest.py
src/synthdiet/viz/table1.py
src/synthdiet/viz/trajectories.py
tests/test_adherence.py
tests/test_causal.py
tests/test_diets.py
tests/test_diseases.py
tests/test_education.py
tests/test_generators.py
tests/test_hall_model.py
tests/test_indices.py
tests/test_interactions.py
tests/test_noise.py
tests/test_patient.py
tests/test_simulation.py
tests/test_stats.py
tests/test_trials.py
tests/test_validation.py
tests/test_viz.py