.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE.txt
README.md
codecov.yml
environment.yml
pyproject.toml
.github/release.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build_docs.yml
.github/workflows/release_and_publish.yml
.github/workflows/tests.yml
ci/310-latest.yaml
ci/310-oldest.yaml
ci/311-latest.yaml
ci/312-dev.yaml
ci/312-latest.yaml
docs/.nojekyll
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/references.rst
docs/tutorial.rst
docs/_static/pysal-styles.css
docs/_static/pysal_favicon.ico
docs/_static/references.bib
docs/_static/images/neighboorsetLIMA_US.png
docs/_static/images/pysal_favicon.ico
docs/_static/images/pysal_logo.png
docs/_static/images/rose_conditional.png
docs/_static/images/spatial_markov_us.png
figs/nsf_logo.jpg
figs/rose_conditional.png
figs/us_neigborsetLIMA.png
figs/us_qunitile_maps.png
giddy/__init__.py
giddy/components.py
giddy/directional.py
giddy/ergodic.py
giddy/markov.py
giddy/mobility.py
giddy/rank.py
giddy/sequence.py
giddy/util.py
giddy.egg-info/PKG-INFO
giddy.egg-info/SOURCES.txt
giddy.egg-info/dependency_links.txt
giddy.egg-info/requires.txt
giddy.egg-info/top_level.txt
giddy/tests/__init__.py
giddy/tests/test_directional.py
giddy/tests/test_ergodic.py
giddy/tests/test_markov.py
giddy/tests/test_mobility.py
giddy/tests/test_rank.py
giddy/tests/test_sequence.py
giddy/tests/test_util.py
notebooks/DirectionalLISA.ipynb
notebooks/MarkovBasedMethods.ipynb
notebooks/MobilityMeasures.ipynb
notebooks/RankBasedMethods.ipynb
notebooks/RankMarkov.ipynb
notebooks/Sequence.ipynb