Learn R Programming

riemtan (version 0.2.5)

airm_exp: Compute the AIRM Exponential

Description

This function computes the Riemannian exponential map for the Affine-Invariant Riemannian Metric (AIRM).

Usage

airm_exp(sigma, v, validate = FALSE)

Value

A symmetric positive-definite matrix of class dppMatrix.

Arguments

sigma

A symmetric positive-definite matrix of class dppMatrix, representing the reference point.

v

A tangent vector of class dspMatrix, to be mapped back to the manifold at sigma.

validate

A logical value indicating whether to validate input arguments. Default is FALSE.