Quantile LISA

Quantile LISA (2019) is quantile local spatial autocorrelation that applies local join count statistics to quantiles of a continuous variable by converting the continuous variable to a binary variable that takes the value of 1 for a specific quantile. For more information, please read https://geodacenter.github.io/workbook/6d_local_discrete/lab6d.html#quantile-lisa

quantileLisa()

function quantileLisa(
    WeightResult w,
    Number k,
    Number quantile,
    Array val,
    Number permutations, 
    String permutation_method,
    NUmber significance_cutoff, 
    Number seed)

Arguments

Return

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

Last updated