Diff of /doc/api/simulation.rst [000000] .. [7f9fb8]

Switch to unified view

a b/doc/api/simulation.rst
1
2
Simulation
3
==========
4
5
:py:mod:`mne.simulation`:
6
7
.. automodule:: mne.simulation
8
   :no-members:
9
   :no-inherited-members:
10
11
.. currentmodule:: mne.simulation
12
13
.. autosummary::
14
   :toctree: ../generated/
15
16
   add_chpi
17
   add_ecg
18
   add_eog
19
   add_noise
20
   simulate_evoked
21
   simulate_raw
22
   simulate_stc
23
   simulate_sparse_stc
24
   select_source_in_label
25
   SourceSimulator
26
27
:py:mod:`mne.simulation.metrics`:
28
29
.. automodule:: mne.simulation.metrics
30
   :no-members:
31
   :no-inherited-members:
32
33
.. currentmodule:: mne.simulation.metrics
34
35
.. autosummary::
36
   :toctree: ../generated/
37
38
   cosine_score
39
   region_localization_error
40
   f1_score
41
   precision_score
42
   recall_score
43
   roc_auc_score
44
   spatial_deviation_error
45
   peak_position_error