Last chance! 50% off unlimited learning
Sale ends in
Select a smoothing bandwidth for smoothing a point pattern, based only on the geometry of the spatial window. The bandwidth is a specified quantile of the distance between two independent random points in the window.
bw.frac(X, …, f=1/4)
A window (object of class "owin"
) or
point pattern (object of class "ppp"
)
or other data which can be converted to a window
using as.owin
.
Arguments passed to distcdf
.
Probability value (between 0 and 1) determining the quantile of the distribution.
A numerical value giving the selected bandwidth.
The result also belongs to the class "bw.frac"
which can be plotted to show the cumulative distribution function
and the selected quantile.
This function selects an appropriate bandwidth sigma
for the kernel estimator of point process intensity
computed by density.ppp
.
The bandwidth
If
The cumulative distribution function distcdf
. We then
we compute the smallest number
For estimating point process intensity, see
density.ppp
,
bw.diggle
,
bw.ppl
,
bw.scott
,
bw.CvL
.
For other smoothing purposes, see
bw.stoyan
,
bw.smoothppp
,
bw.relrisk
.
# NOT RUN {
h <- bw.frac(letterR)
h
plot(h, main="bw.frac(letterR)")
# }
Run the code above in your browser using DataLab