CITATION.cff
LICENSE
MANIFEST.in
README.md
pyproject.toml
castor/__init__.py
castor/_version.py
castor/acyclicity.py
castor/baselines.py
castor/castor.py
castor/compat.py
castor/experiments.py
castor/graph.py
castor/linear.py
castor/metrics.py
castor/mlp.py
castor/nonlinear.py
castor/plots.py
castor/regime.py
castor/structure.py
castor/tables.py
castor/utils.py
castor/datasets/__init__.py
castor/datasets/real.py
castor/datasets/synthetic.py
castor/datasets/data/gt_monitoring_1.csv
castor/datasets/data/gt_monitoring_2.csv
castor/datasets/data/monitoring_1.csv
castor/datasets/data/monitoring_2.csv
castor_causal.egg-info/PKG-INFO
castor_causal.egg-info/SOURCES.txt
castor_causal.egg-info/dependency_links.txt
castor_causal.egg-info/requires.txt
castor_causal.egg-info/top_level.txt
docs/GUIDE_STEP_BY_STEP.md
docs/PAPER_MAP.md
docs/SYNTAX.md
examples/01_quickstart.py
examples/02_synthetic_benchmark.py
examples/03_real_data_web_activity.py
examples/04_nonlinear_regimes.py
examples/05_full_benchmark.py
examples/06_reproduce_paper_tables.py
tests/conftest.py
tests/test_core.py
tests/test_estimator.py