
Last chance! 50% off unlimited learning
Sale ends in
Estimates the
K3est(X, …,
rmax = NULL, nrval = 128,
correction = c("translation", "isotropic"),
ratio=FALSE)
Three-dimensional point pattern (object of class "pp3"
).
Ignored.
Optional. Maximum value of argument
Optional. Number of values of nrval
is required to avoid discretisation effects.
Optional. Character vector specifying the edge correction(s) to be applied. See Details.
Logical.
If TRUE
, the numerator and denominator of
each edge-corrected estimate will also be saved,
for use in analysing replicated point patterns.
A function value table (object of class "fv"
) that can be
plotted, printed or coerced to a data frame containing the function values.
For a stationary point process
The three-dimensional point pattern X
is assumed to be a
partial realisation of a stationary point process
The available edge corrections are:
"translation"
:the Ohser translation correction estimator (Ohser, 1983; Baddeley et al, 1993)
"isotropic"
:the three-dimensional counterpart of Ripley's isotropic edge correction (Ripley, 1977; Baddeley et al, 1993).
Alternatively correction="all"
selects all options.
Baddeley, A.J, Moyeed, R.A., Howard, C.V. and Boyde, A. (1993) Analysis of a three-dimensional point pattern with replication. Applied Statistics 42, 641--668.
Ohser, J. (1983) On estimators for the reduced second moment measure of point processes. Mathematische Operationsforschung und Statistik, series Statistics, 14, 63 -- 71.
Ripley, B.D. (1977) Modelling spatial patterns (with discussion). Journal of the Royal Statistical Society, Series B, 39, 172 -- 212.
pp3
to create a three-dimensional point
pattern (object of class "pp3"
).
pcf3est
,
F3est
,
G3est
for other summary functions of
a three-dimensional point pattern.
Kest
to estimate the
# NOT RUN {
X <- rpoispp3(42)
Z <- K3est(X)
if(interactive()) plot(Z)
# }
Run the code above in your browser using DataLab