graph_lgcp_sim: Simulation of log-Gaussian Cox processes driven by...

View source: R/graph_lgcp.R

graph_lgcp_simR Documentation

Simulation of log-Gaussian Cox processes driven by Whittle-Matérn fields on metric graphs

Description

Simulation of log-Gaussian Cox processes driven by Whittle-Matérn fields on metric graphs

Usage

graph_lgcp_sim(n = 1, intercept = 0, sigma, range, alpha, graph)

Arguments

n

Number of samples.

intercept

Mean value of the Gaussian process.

sigma

Parameter for marginal standard deviations.

range

Parameter for practical correlation range.

alpha

Smoothness parameter (1 or 2).

graph

A metric_graph object.

Value

List with Gaussian process sample and simulated points.


MetricGraph documentation built on June 8, 2025, 1:55 p.m.