Description Usage Arguments Details Value Note Author(s) References See Also
Inhomogeneous Linear J-function for point processes on linear networks.
1 2 3 4 |
X |
point pattern on a linear network. |
lambda |
the estimated intensity to be given when calculating the inhomogeneous Linear J-function. Input should be of class linim. |
densitymethod |
if no |
r |
distance vector to estimate J-function based on. |
rmax |
max of r. |
f |
retention probability if densitymethod is Voronoi. |
nrep |
number of thinning if densitymethod is Voronoi. |
distancetype |
the type of distance to be given. Difault is the shortest-path distance. |
bw |
bandwidth selection method if densitymethod is kernel. Difault is bw.scott.iso. |
... |
argumets passed to density estimation. |
This function computes the geometrically corrected inhomogeneous Linear J-function for point processes on linear networks.
If no estimated intensity is given, this function internally estimates the intensity of the underlying point pattern based on either the function densityQuick.lpp (densitymethod = "kernel"
) or the function densityVoronoi.lpp (densitymethod = "Voronoi"
). If densitymethod = "kernel"
is selected, then bandwidth method can be either selected based on bw.scott.iso (bw=scott
) or bw.lppl (bw=lppl
).
The estimated inhomogeneous linear J-function.
The function is currently slow.
Mehdi Moradi m2.moradi@yahoo.com
Cronie, O., Moradi, M., and Mateu, J (2020) Inhomogeneous higher-order summary statistics for point processes on linear networks. Statistics and Computing.
bw.scott.iso,bw.lppl, densityVoronoi.lpp, densityQuick.lpp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.