File: covariance.rst

package info (click to toggle)
python-mne 1.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 131,492 kB
  • sloc: python: 213,302; javascript: 12,910; sh: 447; makefile: 144
file content (19 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

Covariance computation
======================

.. currentmodule:: mne

.. autosummary::
   :toctree: ../generated/

   Covariance
   compute_covariance
   compute_raw_covariance
   cov.compute_whitener
   cov.prepare_noise_cov
   cov.regularize
   compute_rank
   make_ad_hoc_cov
   read_cov
   write_cov