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 = c("heat", "Euclidean"))

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)

MarcSchneble/geonet documentation built on Jan. 28, 2023, 7:49 p.m.