KdEnvelope(X, r, NumberOfSimulations = 100, Alpha = 0.05, ReferenceType,
NeighborType = ReferenceType, Weighted = FALSE, Original = TRUE,
SimulationType = "RandomLocation", Global = FALSE)
wmppp.object
).TRUE
, estimates the Kemp function.TRUE
(by default), the original bandwidth selection by Duranton and Overman (2005) following Silverman (2006: eq 3.31) is used. If FALSE
, it is calculated following Sheather and Jones (1991), i.e. the state oTRUE
, a global envelope sensu Duranton and Overman (2005) is calculated.envelope
). There are methods for print and plot for this class.
The fv
contains the observed value of the function, its average simulated value and the confidence enveloppe.Kdhat
data(paracou16)
plot(paracou16[paracou16$marks$PointType=="Q. Rosea"])
# Calculate confidence envelope
r <- 0:100
plot(KdEnvelope(paracou16, r, ReferenceType="Q. Rosea", Global=TRUE))
Run the code above in your browser using DataLab