bures_wasserstein_log: Compute the Bures-Wasserstein Logarithm

View source: R/bures-wasserstein.R

bures_wasserstein_logR Documentation

Compute the Bures-Wasserstein Logarithm

Description

This function computes the Riemannian logarithmic map using the Bures-Wasserstein metric for symmetric positive-definite matrices.

Usage

bures_wasserstein_log(sigma, lambda)

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.

Value

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


riemtan documentation built on June 8, 2025, 9:39 p.m.