Fast Geyer saturation simulator (bbox Metropolis–Hastings)
Source:R/simulate_points_geyer_fast.R
simulate_points_geyer_fast.Rd
Fast Geyer saturation simulator (bbox Metropolis–Hastings)
Usage
simulate_points_geyer_fast(
domain,
n_target,
r,
gamma,
sat,
sweeps = 2000,
burnin = 200,
thin = 1
)
Arguments
- domain
sf polygon/multipolygon defining the window (only bbox is used).
- n_target
integer, number of points to return.
- r
interaction radius.
- gamma
interaction parameter (<1 inhibition, >1 clustering).
- sat
saturation count (positive integer).
- sweeps
MH sweeps (per point).
- burnin
burn-in sweeps.
- thin
unused (reserved).