View source: R/summary.locstppm.R
summary.locstppm | R Documentation |
The function summarises the main information on the distribution of the parameters of a fitted local spatio-temporal Poisson process model.
## S3 method for class 'locstppm'
summary(object, ...)
object |
An object of class |
... |
additional unused argument |
Nicoletta D'Angelo
D'Angelo, N., Adelfio, G., and Mateu, J. (2023). Locally weighted minimum contrast estimation for spatio-temporal log-Gaussian Cox processes. Computational Statistics & Data Analysis, 180, 107679.
locstppm, print.locstppm, plot.locstppm
set.seed(2)
inh <- rstpp(lambda = function(x, y, t, a) {exp(a[1] + a[2]*x)},
par = c(0.005, 5))
inh_local <- locstppm(inh, formula = ~ x)
summary(inh_local)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.