CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
DESCRIPTION
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
data/README.md
docs/api.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/method.rst
docs/related_software.rst
docs/reproducibility.rst
docs/usage.rst
examples/basic_usage.py
examples/custom_weighted_graph.py
examples/earthquake_catalog.py
examples/run_example.py
replication/README.md
replication/manuscript_examples.py
replication/requirements.txt
replication/run_all.py
replication/session_info.py
replication/worked_analysis.py
replication/examples/__init__.py
replication/examples/run_example.py
replication/expected/earthquake_comparison.csv
replication/expected/graph_variants.csv
replication/expected/method_agreement.csv
replication/expected/method_comparison.csv
replication/expected/order_sensitivity.csv
replication/expected/sensitivity.csv
replication/expected/stability.csv
src/stsckm/__init__.py
src/stsckm/_optimization.py
src/stsckm/_version.py
src/stsckm/datasets.py
src/stsckm/diagnostics.py
src/stsckm/distance.py
src/stsckm/estimator.py
src/stsckm/general.py
src/stsckm/graph.py
src/stsckm/model_selection.py
src/stsckm/plotting.py
src/stsckm/preprocessing.py
src/stsckm/validation.py
src/stsckm.egg-info/PKG-INFO
src/stsckm.egg-info/SOURCES.txt
src/stsckm.egg-info/dependency_links.txt
src/stsckm.egg-info/requires.txt
src/stsckm.egg-info/top_level.txt
src/stsckm/data/sample_data.csv
src/stsckm/data/usgs_california_2020_m3.csv
tests/test_diagnostics.py
tests/test_distance.py
tests/test_estimator.py
tests/test_general.py
tests/test_graph.py
tests/test_graph_framework.py
tests/test_model_selection.py
tests/test_package.py
tests/test_plotting.py
tests/test_preprocessing.py
tests/test_validation.py