intensity_kernel: Intensity Estimation on Geometric Networks based on Kernel...

intensity_kernelR Documentation

Intensity Estimation on Geometric Networks based on Kernel Smoothing

Description

Intensity Estimation on Geometric Networks based on Kernel Smoothing

Usage

intensity_kernel(X, kernel = "heat")

Arguments

X

A point pattern on a geometric network (object of class gnpp).

kernel

If kernel = "heat", a heat kernel is used. If kernel = "Euclidean", a two-dimensional kernel smoother is used.

Value

A fitted point process on a linear network, an object of class lppfit.

Examples

X <- runifgn(n = 50, G = small_gn)
fit <- intensity_kernel(X)
plot(fit)

geonet documentation built on July 11, 2022, 9:08 a.m.