Range of Interaction for a Determinantal Point Process Model
Returns the range of interaction for a determinantal point process model.
## S3 method for class 'dppm' reach(x, ...) ## S3 method for class 'detpointprocfamily' reach(x, ...)
x |
Model of class |
... |
Additional arguments passed to the range function of the given model. |
The range of interaction for a determinantal point process model may defined as the smallest number R such that g(r)=1 for all r>=R, where g is the pair correlation function. For many models the range is infinite, but one may instead use a value where the pair correlation function is sufficiently close to 1. For example in the Matern model this defaults to finding R such that g(R)=0.99.
Numeric
Adrian Baddeley Adrian.Baddeley@curtin.edu.au, Rolf Turner r.turner@auckland.ac.nz and Ege Rubak rubak@math.aau.dk.
reach(dppMatern(lambda=100, alpha=.01, nu=1, d=2))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.