pyriemann.utils.mean.mean_logdet(covmats, tol=0.0001, maxiter=50, init=None, sample_weight=None)[source]¶Return the mean covariance matrix according to the logdet metric.
This is an iterative procedure where the update is:
| Parameters: |
|
|---|---|
| Returns: | the mean covariance matrix |