density.tpp | R Documentation |
Kernel estimation of intensity of one-dimensional point patterns.
## S3 method for class 'tpp'
density(x,tbw,at=c("points","pixels"),...)
x |
an object of class |
tbw |
time smoothing bandwidth |
at |
string specifying whether to compute the intensity values at a grid of pixel locations (at="pixels") or only at the points of x (at="points"). default is to estimate the intensity at pixels |
... |
arguments passed to density |
A vector of intensity values.
If at="points"
: a vector of intensity values at the data points of x.
If at="pixels"
: a vector of intensity values over a grid.
Mehdi Moradi <m2.moradi@yahoo.com> and Ottmar Cronie
Mateu, J., Moradi, M., & Cronie, O. (2019). Spatio-temporal point patterns on linear networks: Pseudo-separable intensity estimation. Spatial Statistics, 100400.
density
, bw.nrd0
X <- tpp(sample(c(1:24),200,replace = TRUE))
plot(density(X))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.