Learn R Programming

riemtan (version 0.2.5)

airm_log: Compute the AIRM Logarithm

Description

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

Usage

airm_log(sigma, lambda, validate = FALSE)

Value

A symmetric matrix of class dspMatrix, representing the tangent space image of lambda at sigma.

Arguments

sigma

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

lambda

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

validate

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