esda icon indicating copy to clipboard operation
esda copied to clipboard

statistics and classes for exploratory spatial data analysis

Results 62 esda issues
Sort by recently updated
recently updated
newest added

I am not sure whether what I've encountered is a bug or expected behaviour with data like mine. I am trying to perform a Local Moran's I analysis on a...

So I am trying to implement a SpaceGAN model, (obtained from https://github.com/konstantinklemmer/spacegan), on a small dataset of 11 points (given below in csv format along with the colab file). Can...

Hi there, When I was reading the source code today about the permutation and reference distribution calculation, I got one question in mind. According to **Eq. 22 in Lee (2001)**...

For GSoC 2022, I'm working on designing more consistent interfaces to PySAL's exploratory and inferential statistics classes. My mentors and I are exploring what might need to be done to...

The `test_silhouette.py::Silhouette_Tester::test_silhouette_alist` test has been failing for quite some time. See [here](https://github.com/pysal/esda/runs/6810288316?check_suite_focus=true#step:4:295).

tests

This is a test of the carrillo and rosenbaum (2016) counterfactual spatial distribution estimator. I'm not sure of the precise mathematical relationship between this and Cortes et al. (2021)'s cdf...

I could be wrong about this but it's confusing me for some time. In spatial pearson statistic functions lee.py, line 83 and line 198, row-standardization is writen as: `standard_connectivity =...

bug

Hi! I haven't worked this into test case data that would be shareable yet, but am using `pysal.esda.moran.Moran_Rate` in some code and running into `nan` output. Debugging the code, it...