esda.Local_Spatial_Pearson¶
-
class
esda.
Local_Spatial_Pearson
(connectivity=None, permutations=999)[source]¶ Local Spatial Pearson Statistic
-
__init__
(self, connectivity=None, permutations=999)[source]¶ Initialize a spatial local pearson estimator
Notes
Technical details and derivations can be found in [Lee01].
Methods
__init__
(self[, connectivity, permutations])Initialize a spatial local pearson estimator
fit
(self, x, y)bivariate local pearson’s R based on Eq.
get_params
(self[, deep])Get parameters for this estimator.
set_params
(self, \*\*params)Set the parameters of this estimator.
-