Examples
API
References
Iterate fix-point updates to compute barycenter of Gaussians.
covs (Array) – [batch, d^2] covariance matrices
Array
weights (Array) – simplicial weights (nonnegative, sum to 1)
tolerance (float) – tolerance of the overall fixed-point procedure
float
kwargs (Any) – parameters passed on to the sqrtm (Newton-Schulz) algorithm to compute matrix square roots.
Any
a covariance matrix, the weighted Bures average of the covs matrices.