Package: GeodRegr 0.2.0
GeodRegr: Geodesic Regression
Provides a gradient descent algorithm to find a geodesic relationship between real-valued independent variables and a manifold-valued dependent variable (i.e. geodesic regression). Available manifolds are Euclidean space, the sphere, hyperbolic space, and Kendall's 2-dimensional shape space. Besides the standard least-squares loss, the least absolute deviations, Huber, and Tukey biweight loss functions can also be used to perform robust geodesic regression. Functions to help choose appropriate cutoff parameters to maintain high efficiency for the Huber and Tukey biweight estimators are included, as are functions for generating random tangent vectors from the Riemannian normal distributions on the sphere and hyperbolic space. The n-sphere is a n-dimensional manifold: we represent it as a sphere of radius 1 and center 0 embedded in (n+1)-dimensional space. Using the hyperboloid model of hyperbolic space, n-dimensional hyperbolic space is embedded in (n+1)-dimensional Minkowski space as the upper sheet of a hyperboloid of two sheets. Kendall's 2D shape space with K landmarks is of real dimension 2K-4; preshapes are represented as complex K-vectors with mean 0 and magnitude 1. Details are described in Shin, H.-Y. and Oh, H.-S. (2020) <arxiv:2007.04518>. Also see Fletcher, P. T. (2013) <doi:10.1007/s11263-012-0591-y>.
Authors:
GeodRegr_0.2.0.tar.gz
GeodRegr_0.2.0.zip(r-4.5)GeodRegr_0.2.0.zip(r-4.4)GeodRegr_0.2.0.zip(r-4.3)
GeodRegr_0.2.0.tgz(r-4.4-any)GeodRegr_0.2.0.tgz(r-4.3-any)
GeodRegr_0.2.0.tar.gz(r-4.5-noble)GeodRegr_0.2.0.tar.gz(r-4.4-noble)
GeodRegr_0.2.0.tgz(r-4.4-emscripten)GeodRegr_0.2.0.tgz(r-4.3-emscripten)
GeodRegr.pdf |GeodRegr.html✨
GeodRegr/json (API)
# Install 'GeodRegr' in R: |
install.packages('GeodRegr', repos = c('https://hayoungshin1.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hayoungshin1/geodregr/issues
- calvaria - Data on calvaria growth in rat skulls
Last updated 3 years agofrom:c8246e405d. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-win | NOTE | Oct 29 2024 |
R-4.5-linux | NOTE | Oct 29 2024 |
R-4.4-win | NOTE | Oct 29 2024 |
R-4.4-mac | NOTE | Oct 29 2024 |
R-4.3-win | NOTE | Oct 29 2024 |
R-4.3-mac | NOTE | Oct 29 2024 |
Exports:areare_nrexp_mapgeo_distgeo_regintrinsic_locationlog_maplossonmanifoldpar_transrnormtangents
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Approximate ARE of an M-type estimator to the least-squares estimator | are |
Newton-Raphson method for the 'are' function | are_nr |
Data on calvaria growth in rat skulls | calvaria |
Exponential map | exp_map |
Geodesic distance between two points on a manifold | geo_dist |
Gradient descent for (robust) geodesic regression | geo_reg |
Gradient descent for location based on M-type estimators | intrinsic_location |
Logarithm map | log_map |
Loss | loss |
Manifold check and projection | onmanifold |
Parallel transport | par_trans |
Random generation of tangent vectors from the Riemannian normal distribution | rnormtangents |