esda.Geary_Local_MV

class esda.Geary_Local_MV(connectivity=None, permutations=999)[source]

Local Geary - Multivariate

__init__(connectivity=None, permutations=999)[source]

Initialize a Local_Geary_MV estimator

Parameters:
connectivityscipy.sparse matrix object

the connectivity structure describing the relationships between observed units. Need not be row-standardized.

permutationspython:int

(default=999) number of random permutations for calculation of pseudo p_values

Attributes:
localGnumpy array

array containing the observed multivariate Local Geary values.

p_simnumpy array

array containing the simulated p-values for each unit.

Methods

__init__([connectivity, permutations])

Initialize a Local_Geary_MV estimator

fit(variables)

Parameters:

get_params([deep])

Get parameters for this estimator.

set_params(**params)

Set the parameters of this estimator.