Description Usage Arguments Details Value Note Author(s) References See Also
Simulation Envelopes of the Inhomogeneous Linear J-function for Point Processes on Linear Networks
1 2 3 4 | J.envelope.lpp(X, Y, lambda = NULL, fun = LinearJinhom,
nsim = 19, nrank = 1, Interval = TRUE,
prob = 0.025, seed = 1234, verbose = TRUE,
...)
|
X |
a point pattern on a linear network. |
Y |
a list of point pattern (optional). |
lambda |
intensity function. |
fun |
function to build the envelope for. |
nsim |
number of simulation. |
nrank |
rank. |
Interval |
if TRUE, envelopes will be obtained based on quantile. |
prob |
probability to create envelope based on quantiles. |
seed |
seed. |
verbose |
if TRUE, it shows the progress. |
... |
arguments passed to LinearJinhom. |
For a given point pattern X
, this function calculates an envelope based on nsim
point patterns from a Poisson model. nsim
realisations can be either given by user through argument Y
, or be simulated based on a given intensity function lambda
. The linear J-function will be estimated for all nsim
realisations, and then based on all estimated J-functions, lower and upper bound of the envelope will be obtained. Envelope can be obtained using nrank
in which nrank=1
means using min and max. However, envelope can be also obtained based on quantile when Interval=TRUE
.
The estimated envelope for the 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.
LinearJinhom, envelope.lpp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.