LICENSE
README.md
pyproject.toml
src/logit_graph/__init__.py
src/logit_graph/degrees_counts.py
src/logit_graph/gic.py
src/logit_graph/graph.py
src/logit_graph/lg_features.py
src/logit_graph/lg_features_fast.py
src/logit_graph/logit_estimator.py
src/logit_graph/model_selection.py
src/logit_graph/offset_logit.py
src/logit_graph/param_estimator.py
src/logit_graph/robust_se.py
src/logit_graph/sbm.py
src/logit_graph/simulation.py
src/logit_graph/temporal.py
src/logit_graph/temporal_multi.py
src/logit_graph/utils.py
src/logit_graph.egg-info/PKG-INFO
src/logit_graph.egg-info/SOURCES.txt
src/logit_graph.egg-info/dependency_links.txt
src/logit_graph.egg-info/requires.txt
src/logit_graph.egg-info/top_level.txt
src/logit_graph/experiments/__init__.py
src/logit_graph/experiments/presets.py
src/logit_graph/experiments/sweeps.py
src/logit_graph/experiments/workers.py
tests/test_bugfixes.py
tests/test_degrees_counts.py
tests/test_degrees_counts_deeper.py
tests/test_gibbs_equivalence.py
tests/test_gic.py
tests/test_gic_core.py
tests/test_gic_kpm.py
tests/test_graph_helpers.py
tests/test_graph_model.py
tests/test_graph_model_convergence.py
tests/test_graph_model_deeper.py
tests/test_lg_features.py
tests/test_lg_features_core.py
tests/test_lg_features_fast_core.py
tests/test_logit_estimator.py
tests/test_logit_estimator_api.py
tests/test_logit_estimator_edge.py
tests/test_model_selection_core.py
tests/test_model_selection_ensemble.py
tests/test_offset_logit.py
tests/test_offset_logit_core.py
tests/test_offset_logit_edge.py
tests/test_param_and_model_selection_smoke.py
tests/test_param_estimator.py
tests/test_robust_se.py
tests/test_sbm_core.py
tests/test_simulation_api.py
tests/test_simulation_fitter.py
tests/test_sweep_parallel.py
tests/test_temporal.py
tests/test_temporal_multi.py
tests/test_utils.py