Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add start of local partial moran statistics #279

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 19 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/310-numba-oldest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- geodatasets
1 change: 1 addition & 0 deletions ci/310-oldest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- geodatasets
1 change: 1 addition & 0 deletions ci/311-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ dependencies:
- pytest-xdist
# optional
- rtree
- geodatasets
1 change: 1 addition & 0 deletions ci/311-numba-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- geodatasets
# optional
- numba
- rtree
1 change: 1 addition & 0 deletions ci/312-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
# optional
- rtree
# testing
- geodatasets
- codecov
- folium
- mapclassify
Expand Down
1 change: 1 addition & 0 deletions ci/312-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- scipy
- shapely
# testing
- geodatasets
- codecov
- folium
- mapclassify
Expand Down
1 change: 1 addition & 0 deletions ci/312-min.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
dependencies:
- python=3.12
# required
- geodatasets
- geopandas
- libpysal>=4.12
- numpy
Expand Down
1 change: 1 addition & 0 deletions ci/312-numba-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- numba
- rtree
# testing
- geodatasets
- codecov
- folium
- mapclassify
Expand Down
1 change: 1 addition & 0 deletions ci/312-numba-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies:
- scipy
- shapely
# testing
- geodatasets
- codecov
- folium
- mapclassify
Expand Down
12 changes: 11 additions & 1 deletion docs/_static/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,14 @@ @article{ab_gl_vm2020joue
issn = {0094-1190},
doi = {10.1016/j.jue.2019.103217},
author={Arribas-Bel, Daniel and Garcia-L{\'o}pez, M-{\`A} and Viladecans-Marsal, Elisabet},
}
}

@article{wolf2024confounded,
title={{Confounded Local Inference:} Extending Local Moran Statistics to Handle Confounding},
author={Wolf, Levi John},
year={2024},
number={in press},
volume={in press},
pages={0-0},
journal={Annals of the American Association of Geographers}
}
Loading