-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,164 @@ | ||
.. _api_ref: | ||
|
||
.. currentmodule:: esda | ||
|
||
API reference | ||
============= | ||
|
||
.. _adbscan_api: | ||
|
||
A-DBSCAN | ||
-------- | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
esda.adbscan.ADBSCAN | ||
|
||
|
||
|
||
.. _gamma_api: | ||
|
||
Gamma Statistic | ||
--------------- | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
esda.Gamma | ||
|
||
|
||
.. _geary_api: | ||
|
||
Geary Statistics | ||
---------------- | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
esda.Geary | ||
esda.Geary_Local | ||
esda.Geary_Local_MV | ||
|
||
|
||
.. _getis_api: | ||
|
||
Getis-Ord Statistics | ||
-------------------- | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
esda.G | ||
esda.G_Local | ||
|
||
|
||
.. _join_api: | ||
|
||
Join Count Statistics | ||
--------------------- | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
esda.Join_Counts | ||
|
||
Join Count Local Statistics | ||
--------------------------- | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
esda.Join_Counts_Local | ||
esda.Join_Counts_Local_BV | ||
esda.Join_Counts_Local_MV | ||
|
||
|
||
LOSH Statistics | ||
--------------- | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
esda.LOSH | ||
|
||
Modifiable Areal Unit Tests | ||
--------------------------- | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
esda.Smaup | ||
|
||
|
||
Moran Statistics | ||
---------------- | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
esda.Moran | ||
esda.Moran_BV | ||
esda.Moran_BV_matrix | ||
esda.Moran_Local | ||
esda.Moran_Local_BV | ||
esda.Moran_Rate | ||
esda.Moran_Local_Rate | ||
esda.plot_moran_facet | ||
|
||
|
||
Shape Statistics | ||
----------------- | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
esda.shape.boundary_amplitude | ||
esda.shape.convex_hull_ratio | ||
esda.shape.diameter_ratio | ||
esda.shape.equivalent_rectangular_index | ||
esda.shape.form_factor | ||
esda.shape.isoareal_quotient | ||
esda.shape.isoperimetric_quotient | ||
esda.shape.length_width_diff | ||
esda.shape.minimum_bounding_circle_ratio | ||
esda.shape.moa_ratio | ||
esda.shape.moment_of_inertia | ||
esda.shape.nmi | ||
esda.shape.radii_ratio | ||
esda.shape.rectangularity | ||
esda.shape.reflexive_angle_ratio | ||
esda.shape.second_areal_moment | ||
esda.shape.shape_index | ||
esda.shape.squareness | ||
|
||
|
||
Silhouette Statistics | ||
---------------------- | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
esda.boundary_silhouette | ||
esda.path_silhouette | ||
esda.silhouettes.nearest_label | ||
esda.silhouette_alist | ||
|
||
|
||
Spatial Pearson Statistics | ||
-------------------------- | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
esda.Spatial_Pearson | ||
esda.Local_Spatial_Pearson | ||
|
||
|
||
Utility Functions | ||
----------------- | ||
|
||
.. autosummary:: | ||
:toctree: generated/ | ||
|
||
esda.fdr |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
esda.G | ||
====== | ||
|
||
.. currentmodule:: esda | ||
|
||
.. autoclass:: G | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~G.__init__ | ||
~G.by_col | ||
|
||
|
||
|
||
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
esda.G\_Local | ||
============= | ||
|
||
.. currentmodule:: esda | ||
|
||
.. autoclass:: G_Local | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~G_Local.__init__ | ||
~G_Local.by_col | ||
~G_Local.calc | ||
|
||
|
||
|
||
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
esda.Gamma | ||
========== | ||
|
||
.. currentmodule:: esda | ||
|
||
.. autoclass:: Gamma | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~Gamma.__init__ | ||
~Gamma.by_col | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~Gamma.p_sim | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
esda.Geary | ||
========== | ||
|
||
.. currentmodule:: esda | ||
|
||
.. autoclass:: Geary | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~Geary.__init__ | ||
~Geary.by_col | ||
|
||
|
||
|
||
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
esda.Geary\_Local | ||
================= | ||
|
||
.. currentmodule:: esda | ||
|
||
.. autoclass:: Geary_Local | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~Geary_Local.__init__ | ||
~Geary_Local.fit | ||
~Geary_Local.get_metadata_routing | ||
~Geary_Local.get_params | ||
~Geary_Local.set_fit_request | ||
~Geary_Local.set_params | ||
|
||
|
||
|
||
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
esda.Geary\_Local\_MV | ||
===================== | ||
|
||
.. currentmodule:: esda | ||
|
||
.. autoclass:: Geary_Local_MV | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~Geary_Local_MV.__init__ | ||
~Geary_Local_MV.fit | ||
~Geary_Local_MV.get_metadata_routing | ||
~Geary_Local_MV.get_params | ||
~Geary_Local_MV.set_fit_request | ||
~Geary_Local_MV.set_params | ||
|
||
|
||
|
||
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
esda.Join\_Counts | ||
================= | ||
|
||
.. currentmodule:: esda | ||
|
||
.. autoclass:: Join_Counts | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~Join_Counts.__init__ | ||
~Join_Counts.by_col | ||
|
||
|
||
|
||
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
esda.Join\_Counts\_Local | ||
======================== | ||
|
||
.. currentmodule:: esda | ||
|
||
.. autoclass:: Join_Counts_Local | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~Join_Counts_Local.__init__ | ||
~Join_Counts_Local.fit | ||
~Join_Counts_Local.get_metadata_routing | ||
~Join_Counts_Local.get_params | ||
~Join_Counts_Local.set_fit_request | ||
~Join_Counts_Local.set_params | ||
|
||
|
||
|
||
|
||
|
||
|