| estimate_locgeo | R Documentation |
Uses leave one out cross validation to find a suitable bandwidth
estimate_locgeo(
x,
y,
x_new,
adapt = c("loocv", "none"),
bw = 7,
kernel = "epanechnikov",
max_speed = 10,
grid_size = 2,
accuracy = 0.25
)
bw |
number of bandwidths to check |
accuracy |
double in 0,1. trade optimization accuracy for computational speed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.