Bivariate Local Join Count

Bivariate or no-colocation local join count (2019) only works when two events cannot happen in the same location (e.g., a zoning classification, or a case-control design). It can be used to identify negative spatial autocorrelation, i.e., evidence of spatial outliers. For more information, please read http://geodacenter.github.io/workbook/6a_local_auto/lab6a.html

localBiJoinCount()

function localBiJoinCount(
    WeightResult w,
    Array val1,
    Array val2,
    Number permutations, 
    String permutation_method,
    NUmber significance_cutoff, 
    Number seed)

Arguments

Return

Try it yourself in the playground (jsgeoda + deck.gl):

Last updated