powered by
bw.scott(X)
"ppp"
x
y
sigma
density.ppp
The bandwidth $\sigma$ is computed by the rule of thumb of Scott (1992, page 152). It is very fast to compute.
This rule is designed for density estimation, and typically produces a larger bandwidth than bw.diggle. It is useful for estimating gradual trend.
bw.diggle
data(lansing) attach(split(lansing)) b <- bw.scott(hickory) b plot(density(hickory, b))
Run the code above in your browser using DataLab