rStraussHard(beta, gamma = 1, R = 0, H = 0, W = owin())
R
)."owin"
) in which to
generate the random pattern. Currently this must be a rectangular
window."ppp"
).W
using a The Strauss-Hardcore process is described in StraussHard
.
The simulation algorithm used to generate the point pattern
is rmh
, whose output
is only approximately correct).
A limitation of the perfect simulation algorithm
is that the interaction parameter
$\gamma$ must be less than or equal to $1$.
To simulate a Strauss-hardcore process with
$\gamma > 1$, use rmh
.
There is a tiny chance that the algorithm will run out of space before it has terminated. If this occurs, an error message will be generated.
Berthelsen, K.K. and Moller, J. (2003) Likelihood and non-parametric Bayesian MCMC inference for spatial point processes based on perfect simulation and path sampling. Scandinavian Journal of Statistics 30, 549-564.
Moller, J. and Waagepetersen, R. (2003). Statistical Inference and Simulation for Spatial Point Processes. Chapman and Hall/CRC.
rmh
,
rStrauss
,
StraussHard
.Z <- rStraussHard(100,0.7,0.05,0.02)
Run the code above in your browser using DataLab