Calculate the Local Bivariate Moran Statistic
Source:R/local-moran-bv-impl.R
local_moran_bv_calc.RdCalculate the Local Bivariate Moran Statistic
Arguments
- x
a numeric vector of same length as
nb.- yj
neighbor values of
y, same length and lengths asnb.- wt
a weights list as created by
st_weights().