multispaeti.MultispatiPCA.moransI_bounds

MultispatiPCA.moransI_bounds(*, sparse_approx=True)

Calculate the minimum and maximum bound for Moran’s I given the connectivity and the expected value given the #observations.

Parameters:

sparse_approx (bool) – Only applicable if connectivity is sparse.

Returns:

Minimum bound, maximum bound, and expected value.

Return type:

tuple[float, float, float]