.cirrus.yml
.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/api_reference.rst
docs/changelog.rst
docs/changelog_template.hbs
docs/conf.py
docs/docs_preprocessing.py
docs/index.rst
docs/macrostat.mplstyle
docs/references.bib
docs/references.rst
docs/requirements.txt
docs/_autosummary/macrostat.core.rst
docs/_autosummary/macrostat.models.rst
docs/_autosummary/macrostat.util.rst
docs/_static/.gitignore
docs/_static/custom.css
docs/_static/macrostat_favicon.png
docs/_static/macrostat_logo.svg
docs/_static/index-images/api.svg
docs/_static/index-images/contributor.svg
docs/_static/index-images/getting_started.svg
docs/_static/index-images/user_guide.svg
docs/_templates/logo_sidebar.html
docs/develop/code_style.rst
docs/develop/contributing.rst
docs/develop/documentation.rst
docs/develop/index.rst
docs/develop/testing.rst
docs/models/index.rst
docs/models/GL06/GL06PC.ipynb
docs/models/GL06/GL06PCEX.ipynb
docs/models/GL06/GL06PCEX2.ipynb
docs/models/GL06/GL06SIM.ipynb
docs/models/GL06/GL06SIMEX.ipynb
docs/models/GL06/index.rst
docs/models/GL06/GL06PC/balance_sheet.csv
docs/models/GL06/GL06PC/behavior.rst
docs/models/GL06/GL06PC/hyperparameters.csv
docs/models/GL06/GL06PC/parameters.csv
docs/models/GL06/GL06PC/parameters.rst
docs/models/GL06/GL06PC/scenarios.rst
docs/models/GL06/GL06PC/transaction_matrix.csv
docs/models/GL06/GL06PC/variables.csv
docs/models/GL06/GL06PC/variables.rst
docs/models/GL06/GL06PCEX/balance_sheet.csv
docs/models/GL06/GL06PCEX/behavior.rst
docs/models/GL06/GL06PCEX/hyperparameters.csv
docs/models/GL06/GL06PCEX/parameters.csv
docs/models/GL06/GL06PCEX/parameters.rst
docs/models/GL06/GL06PCEX/scenarios.rst
docs/models/GL06/GL06PCEX/transaction_matrix.csv
docs/models/GL06/GL06PCEX/variables.csv
docs/models/GL06/GL06PCEX/variables.rst
docs/models/GL06/GL06PCEX2/behavior.rst
docs/models/GL06/GL06PCEX2/parameters.rst
docs/models/GL06/GL06PCEX2/scenarios.rst
docs/models/GL06/GL06PCEX2/variables.rst
docs/models/GL06/GL06SIM/balance_sheet.csv
docs/models/GL06/GL06SIM/behavior.rst
docs/models/GL06/GL06SIM/hyperparameters.csv
docs/models/GL06/GL06SIM/parameters.csv
docs/models/GL06/GL06SIM/parameters.rst
docs/models/GL06/GL06SIM/scenarios.rst
docs/models/GL06/GL06SIM/transaction_matrix.csv
docs/models/GL06/GL06SIM/variables.csv
docs/models/GL06/GL06SIM/variables.rst
docs/models/GL06/GL06SIMEX/balance_sheet.csv
docs/models/GL06/GL06SIMEX/behavior.rst
docs/models/GL06/GL06SIMEX/hyperparameters.csv
docs/models/GL06/GL06SIMEX/parameters.csv
docs/models/GL06/GL06SIMEX/parameters.rst
docs/models/GL06/GL06SIMEX/scenarios.rst
docs/models/GL06/GL06SIMEX/transaction_matrix.csv
docs/models/GL06/GL06SIMEX/variables.csv
docs/models/GL06/GL06SIMEX/variables.rst
docs/project/citing.rst
docs/project/credits.rst
docs/project/index.rst
docs/project/license.rst
docs/user_guide/causality.ipynb
docs/user_guide/getting_started.rst
docs/user_guide/index.rst
docs/user_guide/latex_interfaces.ipynb
docs/user_guide/sample.ipynb
docs/user_guide/causality/causality.rst
docs/user_guide/causality/docstring_causality.rst
docs/user_guide/core/behavior.rst
docs/user_guide/core/index.rst
docs/user_guide/core/model.rst
docs/user_guide/core/parameters.rst
docs/user_guide/core/scenarios.rst
docs/user_guide/core/variables.rst
docs/user_guide/sample/base_sampler.rst
docs/user_guide/sample/sobol_sampler.rst
src/MacroStat.egg-info/PKG-INFO
src/MacroStat.egg-info/SOURCES.txt
src/MacroStat.egg-info/dependency_links.txt
src/MacroStat.egg-info/not-zip-safe
src/MacroStat.egg-info/requires.txt
src/MacroStat.egg-info/top_level.txt
src/macrostat/__init__.py
src/macrostat/causality/__init__.py
src/macrostat/causality/causality_analyzer.py
src/macrostat/causality/code_causality_analyzer.py
src/macrostat/causality/docstring_causality_analyzer.py
src/macrostat/core/__init__.py
src/macrostat/core/behavior.py
src/macrostat/core/model.py
src/macrostat/core/parameters.py
src/macrostat/core/scenarios.py
src/macrostat/core/variables.py
src/macrostat/models/__init__.py
src/macrostat/models/model_manager.py
src/macrostat/models/GL06PC/__init__.py
src/macrostat/models/GL06PC/behavior.py
src/macrostat/models/GL06PC/gl06pc.py
src/macrostat/models/GL06PC/parameters.py
src/macrostat/models/GL06PC/scenarios.py
src/macrostat/models/GL06PC/variables.py
src/macrostat/models/GL06PCEX/__init__.py
src/macrostat/models/GL06PCEX/behavior.py
src/macrostat/models/GL06PCEX/gl06pcex.py
src/macrostat/models/GL06PCEX/parameters.py
src/macrostat/models/GL06PCEX/scenarios.py
src/macrostat/models/GL06PCEX/variables.py
src/macrostat/models/GL06PCEX2/__init__.py
src/macrostat/models/GL06PCEX2/behavior.py
src/macrostat/models/GL06PCEX2/gl06pcex2.py
src/macrostat/models/GL06PCEX2/parameters.py
src/macrostat/models/GL06PCEX2/scenarios.py
src/macrostat/models/GL06PCEX2/variables.py
src/macrostat/models/GL06SIM/__init__.py
src/macrostat/models/GL06SIM/behavior.py
src/macrostat/models/GL06SIM/gl06sim.py
src/macrostat/models/GL06SIM/parameters.py
src/macrostat/models/GL06SIM/scenarios.py
src/macrostat/models/GL06SIM/variables.py
src/macrostat/models/GL06SIMEX/__init__.py
src/macrostat/models/GL06SIMEX/behavior.py
src/macrostat/models/GL06SIMEX/gl06simex.py
src/macrostat/models/GL06SIMEX/parameters.py
src/macrostat/models/GL06SIMEX/scenarios.py
src/macrostat/models/GL06SIMEX/variables.py
src/macrostat/sample/__init__.py
src/macrostat/sample/sampler.py
src/macrostat/sample/sobol.py
src/macrostat/util/__init__.py
src/macrostat/util/batchprocessing.py
src/macrostat/util/latex_model_documentation.py
tests/__init__.py
tests/conftest.py
tests/causality/causality_analyzer_test.py
tests/causality/docstring_causality_analyzer_test.py
tests/core/behavior_test.py
tests/core/model_test.py
tests/core/parameters_test.py
tests/core/scenarios_test.py
tests/core/variables_test.py
tests/models/GLO6SIM_test.py
tests/models/common_test.py
tests/models/model_manager_test.py
tests/sample/__init__.py
tests/sample/conftest.py
tests/sample/sampler_test.py
tests/sample/sobol_test.py
tests/utilities/batchproccessing_test.py
tests/utilities/latex_model_documentation_test.py