LISTAhat | R Documentation |
Compute an estimate of the space-time pair correlarion LISTA functions.
LISTAhat(xyt, s.region, t.region, dist, times, lambda,
ks = "box", hs, kt = "box", ht, correction = "isotropic")
xyt |
Coordinates and times |
s.region |
Two-column matrix specifying polygonal region containing all data locations. If |
t.region |
Vector containing the minimum and maximum values of the time interval. If |
dist |
Vector of distances |
times |
Vector of times |
lambda |
Vector of values of the space-time intensity function evaluated at the points |
ks |
Kernel function for the spatial distances. Default is the |
hs |
Bandwidth of the kernel function |
kt |
Kernel function for the temporal distances. Default is the |
ht |
Bandwidth of the kernel function |
correction |
A character vector specifying the edge correction(s) to be applied among |
An individual product density LISTA functions g^{(i)}(.,.)
should reveal the extent of the contribution of the event (u_i,t_i)
to the global estimator of the pair correlation function g(.,.)
, and may provide a further description of structure in the data (e.g., determining events with similar local structure through dissimilarity measures of the individual LISTA functions), for more details see Siino et al. (2017).
A list containing:
list.LISTA |
A list containing the values of the estimation of |
listatheo |
|
dist , times |
Parameters passed in argument. |
kernel |
Vector of names and bandwidths of the spatial and temporal kernels. |
correction |
The name(s) of the edge correction method(s) passed in argument. |
Francisco J. Rodriguez-Cortes <frrodriguezc@unal.edu.co>
Baddeley, A. and Turner, J. (2005). spatstat
: An R Package for Analyzing Spatial Point Pattens. Journal of Statistical Software 12, 1-42.
Cressie, N. and Collins, L. B. (2001). Analysis of spatial point patterns using bundles of product density LISA functions. Journal of Agricultural, Biological, and Environmental Statistics 6, 118-135.
Cressie, N. and Collins, L. B. (2001). Patterns in spatial point locations: Local indicators of spatial association in a minefield with clutter Naval Research Logistics (NRL), John Wiley & Sons, Inc. 48, 333-347.
Siino, M., Rodriguez-Cortes, F. J., Mateu, J. and Adelfio, G. (2017). Testing for local structure in spatio-temporal point pattern data. Environmetrics. DOI: 10.1002/env.2463.
Stoyan, D. and Stoyan, H. (1994). Fractals, random shapes, and point fields: methods of geometrical statistics. Chichester: Wiley.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.