File: simulation.rst

package info (click to toggle)
python-mne 1.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 100,172 kB
  • sloc: python: 166,349; pascal: 3,602; javascript: 1,472; sh: 334; makefile: 236
file content (45 lines) | stat: -rw-r--r-- 730 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45

Simulation
==========

:py:mod:`mne.simulation`:

.. automodule:: mne.simulation
   :no-members:
   :no-inherited-members:

.. currentmodule:: mne.simulation

.. autosummary::
   :toctree: generated/

   add_chpi
   add_ecg
   add_eog
   add_noise
   simulate_evoked
   simulate_raw
   simulate_stc
   simulate_sparse_stc
   select_source_in_label
   SourceSimulator

:py:mod:`mne.simulation.metrics`:

.. automodule:: mne.simulation.metrics
   :no-members:
   :no-inherited-members:

.. currentmodule:: mne.simulation.metrics

.. autosummary::
   :toctree: generated/

   cosine_score
   region_localization_error
   f1_score
   precision_score
   recall_score
   roc_auc_score
   spatial_deviation_error
   peak_position_error