
Computes a measure of the degree of repulsion between points in a determinantal point process model.
repul(model, …)# S3 method for dppm
repul(model, …)
A fitted point process model
of determinantal type (object of class "dppm"
).
Ignored.
A numeric value or a pixel image.
The repulsiveness index
Values of
If the model is stationary, the result is a single number.
If the model is not stationary, the result is a pixel image (obtained by multiplying the spatially-varying intensity by the integral defined above).
Lavancier, F., Moller, J. and Rubak, E. (2015), Determinantal point process models and statistical inference. Journal of Royal Statistical Society: Series B (Statistical Methodology), 77, 853--877.
# NOT RUN {
jpines <- residualspaper$Fig1
# }
# NOT RUN {
fit <- dppm(jpines ~ 1, dppGauss)
repul(fit)
# }
Run the code above in your browser using DataLab