| estimate_locfre | R Documentation |
Uses leave one out cross validation to find a suitable bandwidth
estimate_locfre(
x,
y,
x_new,
adapt = c("loocv", "none"),
bw = 7,
kernel = "epanechnikov",
grid_size = 2
)
bw |
the bandwidth $h$ or number of bandwidths to check (for adapt="loocv") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.