.codecov.yml
.coveragerc
.gitattributes
.gitignore
.readthedocs.yml
CHANGELOG.rst
LICENSE
MANIFEST.in
Makefile
README.rst
setup.cfg
setup.py
versioneer.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci-cd-workflow.yml
.github/workflows/test-pypi-install.yml
docs/Makefile
docs/make.bat
docs/source/changelog.rst
docs/source/conf.py
docs/source/database-crunchers.rst
docs/source/development.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/multiple-infillers.rst
docs/source/stats.rst
docs/source/time-projectors.rst
docs/source/usage.rst
docs/source/utils.rst
docs/source/_static/.gitkeep
docs/source/_templates/layout.html
notebooks/00_Introductory_infilling.ipynb
notebooks/01_Prefiltering.ipynb
notebooks/02_Quantile_based_crunchers.ipynb
notebooks/03_Ratio_based_crunchers.ipynb
notebooks/04_Interpolation-based_crunchers.ipynb
notebooks/05_Multiple_infillers.ipynb
notebooks/06_Time_projectors.ipynb
scripts/test_install.py
src/silicone/__init__.py
src/silicone/_version.py
src/silicone/stats.py
src/silicone/utils.py
src/silicone.egg-info/PKG-INFO
src/silicone.egg-info/SOURCES.txt
src/silicone.egg-info/dependency_links.txt
src/silicone.egg-info/requires.txt
src/silicone.egg-info/top_level.txt
src/silicone/database_crunchers/__init__.py
src/silicone/database_crunchers/base.py
src/silicone/database_crunchers/constant_ratio.py
src/silicone/database_crunchers/equal_quantile_walk.py
src/silicone/database_crunchers/interpolate_specified_scenarios_and_models.py
src/silicone/database_crunchers/interpolation.py
src/silicone/database_crunchers/latest_time_ratio.py
src/silicone/database_crunchers/linear_interpolation.py
src/silicone/database_crunchers/quantile_rolling_windows.py
src/silicone/database_crunchers/rms_closest.py
src/silicone/database_crunchers/time_dep_quantile_rolling_windows.py
src/silicone/database_crunchers/time_dep_ratio.py
src/silicone/multiple_infillers/__init__.py
src/silicone/multiple_infillers/decompose_collection_with_time_dep_ratio.py
src/silicone/multiple_infillers/infill_all_required_emissions_for_openscm.py
src/silicone/multiple_infillers/infill_composite_values.py
src/silicone/multiple_infillers/split_collection_with_remainder_emissions.py
src/silicone/time_projectors/__init__.py
src/silicone/time_projectors/extend_latest_time_quantile.py
src/silicone/time_projectors/extend_rms_closest.py
src/silicone/time_projectors/linear_extender.py
tests/conftest.py
tests/notebook-tests.cfg
tests/integration/crunchers/base.py
tests/integration/crunchers/test_cruncher_constant_ratio.py
tests/integration/crunchers/test_cruncher_equal_quantile_walk.py
tests/integration/crunchers/test_cruncher_interpolate_specified.py
tests/integration/crunchers/test_cruncher_latest_time_ratio.py
tests/integration/crunchers/test_cruncher_quantile_rolling_windows.py
tests/integration/crunchers/test_cruncher_rms_closest.py
tests/integration/crunchers/test_cruncher_time_dep_quantile_rolling_windows.py
tests/integration/crunchers/test_cruncher_time_dep_ratio.py
tests/integration/multiple_infillers/test_decompose_collection_with_time_dep_ratio.py
tests/integration/multiple_infillers/test_infill_all_required_emissions_for_openscm.py
tests/integration/multiple_infillers/test_infill_composite_values.py
tests/integration/multiple_infillers/test_split_collection_with_remainder_emissions.py
tests/integration/time_projectors/test_extend_latest_time_quantile.py
tests/integration/time_projectors/test_extend_rms_closest.py
tests/integration/time_projectors/test_proj_linear_extender.py
tests/unit/test_stats.py
tests/unit/test_utils.py