straussMHGibbs: Strauss process (as Gibbs process) simulation (MCMC)

Description Usage Arguments

View source: R/main.R

Description

strauss process: exp(-(alpha*(n(y)) + beta*s(y))) with alpha >= 0 and bet > 0 if beta = 0, Strauss process = Poisson process if beta = +infinity, Strauss process = Hard core process

Usage

1
2
3
straussMHGibbs(alpha = 10, bet = 0.5, d = 0.1, n0 = NULL,
  nit = 5000, W = list(x = c(0, 1), y = c(0, 1)), fd = NULL,
  count = FALSE)

Arguments

count

boolean TRUE: return the number of points for each iteration


emanuelhuber/CBRDM documentation built on March 1, 2020, 9:33 a.m.