estimate_lingeo: Use geodesic regression to find the best fitting geodesic

View source: R/lingeo.R

estimate_lingeoR Documentation

Use geodesic regression to find the best fitting geodesic

Description

Use geodesic regression to find the best fitting geodesic

Usage

estimate_lingeo(x, y, x_new, max_speed, grid_size = 2)

Arguments

x

covariate, a vector of length n with values in 0, 1

y

observations on the sphere (in R3), a nx3 matrix

x_new

double vector, new values of the covariate where to evaluate the estimated function

max_speed

a nonnegative scalar double, a bound on the maximum speed of the geodesic


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