infl {stopp}R Documentation

Display outlying LISTA functions

Description

This function works on the objects of class localdiag, as returned by localdiag, plotting the identified 'outlying' LISTA functions. These correspond to the influential points in the fitting of the model provided by localdiag

Usage

infl(x, id = NULL)

Arguments

x

An object of class localdiag

id

The id of the LISTA to display. Default is set to the ids identified and stored in the localdiag object

Author(s)

Nicoletta D'Angelo and Giada Adelfio

References

Adelfio, G., Siino, M., Mateu, J., and Rodríguez-Cortés, F. J. (2020). Some properties of local weighted second-order statistics for spatio-temporal point processes. Stochastic Environmental Research and Risk Assessment, 34(1), 149-168.

D’Angelo, N., Adelfio, G. and Mateu, J. (2022) Local inhomogeneous second-order characteristics for spatio-temporal point processes on linear networks. Stat Papers. https://doi.org/10.1007/s00362-022-01338-4

See Also

localdiag, plot.localdiag, print.localdiag, summary.localdiag

Examples


set.seed(2)
inh <- rstpp(lambda = function(x, y, t, a) {exp(a[1] + a[2]*x)}, par = c(.3, 6))

mod1 <- stppm(inh, formula = ~ 1)

resmod1 <- localdiag(inh, mod1$l, p = .9)

infl(resmod1)




[Package stopp version 0.2.3 Index]