local_g_spt {sfdep} | R Documentation |
Calculate the Local Gi* for a spacetime cube
Description
An alternative implementation to spdep::localG intended for use with a spacetime cube.
Usage
local_g_spt(x, times, nb, wt, n_locs, nsim)
Arguments
x |
a numeric vector |
times |
a vector determining time order |
nb |
a spacetime neighbors list |
wt |
a weights list associated with |
n_locs |
the number of unique locations |
nsim |
the number of simulations to run for calculating |
[Package sfdep version 0.2.5 Index]