dppspecdenrange {spatstat.model} | R Documentation |
Range of Spectral Density of a Determinantal Point Process Model
Description
Computes the range of the spectral density of a determinantal point process model.
Usage
dppspecdenrange(model)
Arguments
model |
Model of class |
Value
Numeric value (possibly Inf
).
Author(s)
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
Rolf Turner rolfturner@posteo.net
and Ege Rubak rubak@math.aau.dk
See Also
Examples
m <- dppBessel(lambda=100, alpha=0.05, sigma=1, d=2)
dppspecdenrange(m)
[Package spatstat.model version 3.3-1 Index]