powered by
Computes the fitted intensity of a locally-fitted Cox process or cluster process model.
# S3 method for loccit predict(object, ...) # S3 method for loccit fitted(object, ..., new.coef=NULL)
# S3 method for loccit fitted(object, ..., new.coef=NULL)
An object of class "ssf" as described in ssf.
"ssf"
ssf
Locally fitted point process model (object of class "loccit" fitted by loccit).
"loccit"
loccit
Arguments passed to predict.locppm.
predict.locppm
New values for the fitted coefficients. A matrix in which each row gives the fitted coefficients at one of the quadrature points of the model.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au.
The fitted intensity is computed.
Baddeley, A. (2017) Local composite likelihood
Baddeley, A., Rubak, E. and Turner, R. (2015) Spatial Point Patterns: Methodology and Applications with R. Chapman and Hall/CRC Press.
loccit, predict.locppm.
X <- redwood[owin(c(0,1), c(-1,-1/2))] fit <- loccit(X, ~1, "Thomas", nd=5, control=list(maxit=20)) lam <- predict(fit)
Run the code above in your browser using DataLab