.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.rst
CONTRIBUTING.rst
LICENCE
MANIFEST.in
Makefile
README.rst
pyproject.toml
setup.py
tox.ini
.github/workflows/main.yml
docs/Makefile
docs/make.bat
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/datafiles.rst
docs/source/example.rst
docs/source/index.rst
docs/source/simago.rst
docs/source/_static/.keep
docs/source/_templates/.keep
docs/source/images/age.png
docs/source/images/income.png
example/gen_population.py
example/conversion_scripts/generate_age_csv.py
example/conversion_scripts/generate_sex_csv.py
example/data/age.csv
example/data/age_conditions.csv
example/data/income_conditions.csv
example/data/sex.csv
example/data-yaml/1_sex.yml
example/data-yaml/2_age.yml
example/data-yaml/3_income.yml
example/output/.keep
example/output/population.csv
example/pdfs/pdf.py
simago/__init__.py
simago/population.py
simago/probability.py
simago/yamlutils.py
simago.egg-info/PKG-INFO
simago.egg-info/SOURCES.txt
simago.egg-info/dependency_links.txt
simago.egg-info/not-zip-safe
simago.egg-info/requires.txt
simago.egg-info/top_level.txt
tests/test_population.py
tests/test_probability.py
tests/test_yamlutils.py
tests/testdata/PopulationClass/1_sex.yml
tests/testdata/PopulationClass/2_age.yml
tests/testdata/PopulationClass/3_income.yml
tests/testdata/PopulationClass/age.csv
tests/testdata/PopulationClass/age_conditions.csv
tests/testdata/PopulationClass/income_conditions.csv
tests/testdata/PopulationClass/pdf.py
tests/testdata/PopulationClass/sex.csv
tests/testdata/PopulationClass/test_export.csv
tests/testdata/ProbabilityClass/age.csv
tests/testdata/ProbabilityClass/age.yml
tests/testdata/ProbabilityClass/age_conditions.csv
tests/testdata/ProbabilityClass/income.yml
tests/testdata/ProbabilityClass/income_conditions.csv
tests/testdata/ProbabilityClass/pdf.py
tests/testdata/ProbabilityClass/pdf_no_frozen_rv.yml
tests/testdata/ProbabilityClass/pdf_no_rv.py
tests/testdata/ProbabilityClass/pdf_no_rv.yml
tests/testdata/ProbabilityClass/sex.csv
tests/testdata/ProbabilityClass/sex.yml
tests/testdata/check_yaml/age.csv
tests/testdata/check_yaml/age_conditions.csv
tests/testdata/check_yaml/age_conditions.txt
tests/testdata/check_yaml/cond_not_csv.yml
tests/testdata/check_yaml/cond_not_exist.yml
tests/testdata/check_yaml/data_not_csv.yml
tests/testdata/check_yaml/income.yml
tests/testdata/check_yaml/income_conditions.csv
tests/testdata/check_yaml/incorrect_conditions_type.yml
tests/testdata/check_yaml/incorrect_data_file.yml
tests/testdata/check_yaml/incorrect_data_type.yml
tests/testdata/check_yaml/incorrect_pdf.py
tests/testdata/check_yaml/incorrect_pdf_file.yml
tests/testdata/check_yaml/incorrect_pdf_syntax.yml
tests/testdata/check_yaml/incorrect_property_name_type.yml
tests/testdata/check_yaml/invalid_data_type.yml
tests/testdata/check_yaml/no_data_file_defined.yml
tests/testdata/check_yaml/no_data_file_exists.yml
tests/testdata/check_yaml/no_data_type.yml
tests/testdata/check_yaml/no_parameters_defined.yml
tests/testdata/check_yaml/no_pdf_defined.yml
tests/testdata/check_yaml/no_pdf_file_defined.yml
tests/testdata/check_yaml/no_property_name.yml
tests/testdata/check_yaml/parameters_not_list.yml
tests/testdata/check_yaml/pdf.py
tests/testdata/check_yaml/pdf.txt
tests/testdata/check_yaml/pdf_file_not_exist.yml
tests/testdata/check_yaml/pdf_file_not_python.yml
tests/testdata/check_yaml/property.yml
tests/testdata/check_yaml/sex.csv
tests/testdata/check_yaml/sex.txt
tests/testdata/check_yaml/undefined_cond.yml
tests/testdata/find_yamls/a.yml
tests/testdata/find_yamls/b.yaml
tests/testdata/find_yamls/c.not_yaml
tests/testdata/load_yamls-invalid_yaml/invalid.yaml
tests/testdata/load_yamls-multiple_properties/another-property.yml
tests/testdata/load_yamls-multiple_properties/property.yml
tests/testdata/load_yamls-multiple_properties/sex.csv