estimate_lingeo | R Documentation |
Use geodesic regression to find the best fitting geodesic
estimate_lingeo(x, y, x_new, max_speed, grid_size = 2)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.