psib.loccit: Sibling Probability of Locally Fitted Cluster Point Process

View source: R/loccit.R

psib.loccitR Documentation

Sibling Probability of Locally Fitted Cluster Point Process

Description

Computes the sibling probability of a locally fitted cluster point process model.

Usage

  ## S3 method for class 'loccit'
psib(object)

  ## S3 method for class 'locmincon'
psib(object)

Arguments

object

Fitted cluster point process model (object of class "loccit" or "locmincon").

Details

In a Poisson cluster process, two points are called siblings if they belong to the same cluster, that is, if they had the same parent point. If two points of the process are separated by a distance r, the probability that they are siblings is p(r) = 1 - 1/g(r) where g is the pair correlation function of the process.

The value p(0) = 1 - 1/g(0) is the probability that, if two points of the process are situated very close to each other, they came from the same cluster. This probability is an index of the strength of clustering, with high values suggesting strong clustering.

This concept was proposed in Baddeley, Rubak and Turner (2015, page 479) and Baddeley (2016).

The function psib is generic, with methods for "kppm", "loccit" and "locmincon".

The functions described here are the methods for locally-fitted cluster models of class "loccit" and "locmincon". They compute the spatially-varying sibling probability of the locally-fitted model.

Value

A spatially sampled function (object of class "ssf") giving the spatially-varying sibling probability.

Author(s)

\adrian

.

References

\localpaper \baddrubaturnbook

See Also

psib, kppm, loccit

Examples

   ## Not run: 
   fit <- loccit(redwood, ~1, "Thomas")
   
## End(Not run)
   
   fit
   plot(psib(fit))

spatstat.local documentation built on Nov. 13, 2022, 9:06 a.m.