estimate_locgeo: Local geodesic regression on the sphere with cross...

View source: R/locgeo.R

estimate_locgeoR Documentation

Local geodesic regression on the sphere with cross validation.

Description

Uses leave one out cross validation to find a suitable bandwidth

Usage

estimate_locgeo(
  x,
  y,
  x_new,
  adapt = c("loocv", "none"),
  bw = 7,
  kernel = "epanechnikov",
  max_speed = 10,
  grid_size = 2,
  accuracy = 0.25
)

Arguments

bw

number of bandwidths to check

accuracy

double in 0,1. trade optimization accuracy for computational speed


chroetz/spheregr documentation built on April 10, 2022, 12:03 a.m.