Smooth.locmincon {spatstat.local} | R Documentation |
Smooth a Locally Fitted Cluster or Cox Point Process Model
Description
Applies kernel smoothing to the fitted cluster parameters of a locally-fitted cluster or Cox point process model.
Usage
## S3 method for class 'locmincon'
Smooth(X, tau = NULL, ...)
Arguments
X |
Object of class |
tau |
Smoothing bandwidth. |
... |
Additional arguments passed to |
Details
An object of class "locmincon"
represents
a locally-fitted Cox or cluster point process model.
It provides estimates of the cluster parameters at each of the
data points of the original point pattern dataset.
The parameter estimates will be smoothed using a Gaussian
kernel with standard deviation tau
.
Value
A pixel image or a list of pixel images.
Author(s)
Adrian Baddeley Adrian.Baddeley@curtin.edu.au.
References
Baddeley, A. (2017) Local composite likelihood for spatial point patterns. Spatial Statistics 22, 261–295. DOI: 10.1016/j.spasta.2017.03.001
Baddeley, A., Rubak, E. and Turner, R. (2015) Spatial Point Patterns: Methodology and Applications with R. Chapman and Hall/CRC Press.
See Also
Examples
fit <- locmincon(redwood)
Smooth(fit, tau=0.1)