rStrauss3: Simulate Strauss

Description Usage Arguments Details Value Author(s)

View source: R/rStrauss3.R

Description

Function for simulating the Strauss (hardcore) model a number of times.

Usage

1
2
rStrauss3(beta, gamma = 1, R = h, h = 0, win = box3(),
  multi.sim = FALSE, nit = 10000, trace = TRUE, Keep.an.eye = FALSE)

Arguments

beta

The intensity parameter (a positive number).

gamma

The interaction parameter (a number between 0 and 1, both inclusive).

R

The interactionradius parameter (a number greater than h).

h

The hardcore parameter (a non-negative number).

win

A window in which the simulation should be contained. Should be of class box3 or any data accepted by as.box3.

multi.sim

If TRUE a list of simulations will be returned. The "distance" between each simulated point pattern will be 1000.

nit

The number of iterations/point pattern to be simulated.

trace

If TRUE the number of points, number of h-close neighbors, and number of R-close neighbors is printed. The number of points and the number of R-close neighbors are the sufficient statistics.

Keep.an.eye

If TRUE a number indicating the number of poit patterns so far simulated will be printed.

Details

The initial point pattern is an empty Poisson point pattern.

Value

A list of three dimensional point patterns

Author(s)

Andreas Dyreborg Christoffersen andreas@math.aau.dk


adchSTATS/spatstat3dadd documentation built on May 20, 2019, 9:26 a.m.