Approximation to Heat Kernel on Linear Network at Source Point
Computes an approximation to the value of the heat kernel on a network evaluated at its source location.
heatkernelapprox(X, sigma, nmax = 20, floored=TRUE)
X |
Point pattern on a linear network (object of class |
sigma |
Numeric. Bandwidth for kernel. |
nmax |
Number of terms to be used in the sum. |
floored |
Logical. If |
For each point X[i]
in the pattern X
, this algorithm computes an
approximation to the value of the heat kernel with source point
X[i]
evaluated at the same location.
The heat kernel κ(u,v) for a source location u evaluated at location v can be expressed as an infinite sum of contributions from all possible paths from u to v. This algorithm applies to the special case u=v where the source point and the query point are the same.
The algorithm computes an approximation to κ(u,u)
by taking only the contributions from paths
which (a) remain in the line segment containing the point u and
(b) visit a vertex at most nmax
times.
Numeric vector with one entry for each point in X
.
Greg McSwiggan and Adrian Baddeley Adrian.Baddeley@curtin.edu.au.
X <- runiflpp(3,simplenet) heatkernelapprox(X, 0.5)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.