.gitattributes
.gitignore
LICENSE.txt
README.md
environment.yml
pyproject.toml
.ci/310.yml
.ci/38.yml
.ci/39.yml
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/noop.txt
.github/workflows/build_docs.yml
.github/workflows/unittests.yml
.github/workflows/upload_package.yml
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/make.bat
docs/references.rst
docs/tutorial.rst
docs/_static/pysal-styles.css
docs/_static/references.bib
docs/_static/images/comparative_inference_example.png
docs/_static/images/decomp.png
docs/_static/images/decomp_example.png
docs/_static/images/decomposition_example.png
docs/_static/images/heatmaps.png
docs/_static/images/la_nhblk_2010_profile_wrapper_example.png
docs/_static/images/local_example.png
docs/_static/images/multigroup_example.png
docs/_static/images/network_example.png
docs/_static/images/networks.png
docs/_static/images/notebooks_04_multiscalar_example_18_1.png
docs/_static/images/pysal_favicon.ico
docs/_static/images/singleval_inference.png
docs/_static/images/twoval_inference.png
docs/notebooks/01_singlegroup_indices.ipynb
docs/notebooks/02_multigroup_indices.ipynb
docs/notebooks/03_local_indices.ipynb
docs/notebooks/04_multiscalar_example.ipynb
docs/notebooks/05_inference_example.ipynb
docs/notebooks/06_decomposition_example.ipynb
figs/capes_logo.jpg
figs/la_nhblk_2010_profile_wrapper_example.png
figs/la_vs_ny_comparison_illustration.png
figs/la_vs_ny_comparison_results.png
figs/nsf_logo.jpg
notebooks/01_singlegroup_indices.ipynb
notebooks/02_multigroup_indices.ipynb
notebooks/03_local_indices.ipynb
notebooks/04_multiscalar_example.ipynb
notebooks/05_simulating_random_population.ipynb
notebooks/06_inference.ipynb
notebooks/07_decomposition_example.ipynb
notebooks/kl_divergence_profile_walkthrough.ipynb
segregation/__init__.py
segregation/_base.py
segregation/_version.py
segregation.egg-info/PKG-INFO
segregation.egg-info/SOURCES.txt
segregation.egg-info/dependency_links.txt
segregation.egg-info/requires.txt
segregation.egg-info/top_level.txt
segregation/batch/__init__.py
segregation/batch/batch_compute.py
segregation/decomposition/__init__.py
segregation/decomposition/decompose_segregation.py
segregation/dynamics/__init__.py
segregation/dynamics/divergence_profile.py
segregation/dynamics/segregation_profile.py
segregation/inference/__init__.py
segregation/inference/comparative.py
segregation/inference/inference_wrappers.py
segregation/inference/randomization.py
segregation/local/__init__.py
segregation/local/local_distortion.py
segregation/local/local_multi_diversity.py
segregation/local/local_multi_entropy.py
segregation/local/local_multi_location_quotient.py
segregation/local/local_multi_simpson_concentration.py
segregation/local/local_multi_simpsons_interaction.py
segregation/local/local_relative_centralization.py
segregation/multigroup/__init__.py
segregation/multigroup/multi_dissim.py
segregation/multigroup/multi_divergence.py
segregation/multigroup/multi_diversity.py
segregation/multigroup/multi_gini.py
segregation/multigroup/multi_global_distortion.py
segregation/multigroup/multi_info_theory.py
segregation/multigroup/multi_norm_exposure.py
segregation/multigroup/multi_relative_diversity.py
segregation/multigroup/multi_squared_coef_var.py
segregation/multigroup/simpsons_concentration.py
segregation/multigroup/simpsons_interaction.py
segregation/network/__init__.py
segregation/network/network.py
segregation/singlegroup/__init__.py
segregation/singlegroup/absolute_centralization.py
segregation/singlegroup/absolute_clustering.py
segregation/singlegroup/absolute_concentration.py
segregation/singlegroup/atkinson.py
segregation/singlegroup/bias_corrected_dissim.py
segregation/singlegroup/boundary_spatial_dissim.py
segregation/singlegroup/conprof.py
segregation/singlegroup/correlationr.py
segregation/singlegroup/delta.py
segregation/singlegroup/density_corrected_dissim.py
segregation/singlegroup/dissim.py
segregation/singlegroup/dx_interaction.py
segregation/singlegroup/dx_isolation.py
segregation/singlegroup/entropy.py
segregation/singlegroup/gini.py
segregation/singlegroup/interaction.py
segregation/singlegroup/isolation.py
segregation/singlegroup/minmax.py
segregation/singlegroup/modified_dissim.py
segregation/singlegroup/modified_gini.py
segregation/singlegroup/par_dissim.py
segregation/singlegroup/relative_centralization.py
segregation/singlegroup/relative_clustering.py
segregation/singlegroup/relative_concentration.py
segregation/singlegroup/spatial_dissim.py
segregation/singlegroup/spatial_prox_profile.py
segregation/singlegroup/spatial_proximity.py
segregation/tests/__init__.py
segregation/tests/test_absolute_centralization.py
segregation/tests/test_absolute_clustering.py
segregation/tests/test_absolute_concentration.py
segregation/tests/test_atkinson.py
segregation/tests/test_batch_compute.py
segregation/tests/test_bias_corrected_dissimilarity.py
segregation/tests/test_boundary_spatial_dissimilarity.py
segregation/tests/test_conprof.py
segregation/tests/test_correlationr.py
segregation/tests/test_decomposition.py
segregation/tests/test_delta.py
segregation/tests/test_density_corrected_dissimilarity.py
segregation/tests/test_dissim.py
segregation/tests/test_distance_decay_interaction.py
segregation/tests/test_distance_decay_isolation.py
segregation/tests/test_entropy.py
segregation/tests/test_gini_seg.py
segregation/tests/test_inference.py
segregation/tests/test_interaction.py
segregation/tests/test_isolation.py
segregation/tests/test_local_distortion.py
segregation/tests/test_local_multi_local_diversity.py
segregation/tests/test_local_multi_local_entropy.py
segregation/tests/test_local_multi_local_simpson_concentration.py
segregation/tests/test_local_multi_local_simpson_interaction.py
segregation/tests/test_local_multi_location_quotient.py
segregation/tests/test_local_relative_centralization.py
segregation/tests/test_min_max_s.py
segregation/tests/test_modified_dissimilarity.py
segregation/tests/test_modified_gini.py
segregation/tests/test_multi_dissim.py
segregation/tests/test_multi_divergence.py
segregation/tests/test_multi_diversity.py
segregation/tests/test_multi_gini_seg.py
segregation/tests/test_multi_information_theory.py
segregation/tests/test_multi_normalized_exposure.py
segregation/tests/test_multi_relative_diversity.py
segregation/tests/test_multi_simpsons_concentration.py
segregation/tests/test_multi_simpsons_interaction.py
segregation/tests/test_multi_squared_coefficient_of_variation.py
segregation/tests/test_multiscalar_profile.py
segregation/tests/test_network.py
segregation/tests/test_perimeter_area_ratio_spatial_dissimilarity.py
segregation/tests/test_relative_centralization.py
segregation/tests/test_relative_clustering.py
segregation/tests/test_relative_concentration.py
segregation/tests/test_spatial_dissimilarity.py
segregation/tests/test_spatial_prox_profile.py
segregation/tests/test_spatial_proximity.py
segregation/util/__init__.py
segregation/util/plot.py
segregation/util/util.py
tools/gitcount.ipynb