Processing math: 100%

pyriemann.utils.geodesic.geodesic_riemann

pyriemann.utils.geodesic.geodesic_riemann(A, B, alpha=0.5)[source]

Return the matrix at the position alpha on the riemannian geodesic between A and B :

C=A1/2(A1/2BA1/2)αA1/2

C is equal to A if alpha = 0 and B if alpha = 1

Parameters:
  • A – the first coavriance matrix
  • B – the second coavriance matrix
  • alpha – the position on the geodesic
Returns:

the covariance matrix