estimate.intensity.point: Kernel intensity estimates of a spatio-temporal point process at observed points and its components,
and test statistics for first-order separability
Description
Computes kernel-based spatial, temporal, separable, and non-separable intensity
estimates evaluated at the observed spatio-temporal event locations. The function
also returns the separability diagnostic \(S_i\) and global deviation measures
quantifying departures from first-order separability.
Usage
estimate.intensity.point(X, n.grid, edge)
Value
A list with components S.fun, deviation measures, and estimated
intensity components at the observed points.
Arguments
X
Numeric matrix/data.frame with three columns (x,y,t) giving event coordinates.
n.grid
Integer. Included for API compatibility with grid-based routines; not used.
edge
List with components bw (length 3), space, and time.
space and time are Gaussian edge-correction masses evaluated at each event;
each may be a scalar or a numeric vector of length nrow(X).
Details
Pairwise Gaussian kernel weights are computed in each dimension and diagonal
entries are set to zero to remove self-contributions.