Skip to content

(no subject)

1 message · Adrian Baddeley

#
Markus Loecher <loecher at eden.rutgers.edu> writes:
This is implemented in the R package 'spatstat' as the function
'density.psp'.

It computes the convolution between the line segment pattern and a
Gaussian kernel. That means that each point on each line segment
contributes a Gaussian kernel. Summing these contributions over all the
points on a line segment, the total contribution from a line segment is a
kind of ridge surface, aligned with the line segment. The final density
estimate is the sum of such contributions from each line segment.

Adrian Baddeley