We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc54ae commit 9ad5741Copy full SHA for 9ad5741
1 file changed
mne/time_frequency/tfr.py
@@ -2118,7 +2118,9 @@ def average(self, method='mean'):
2118
sorts the complex values by real part and return whatever value is
2119
computed. Use with caution. We use the marginal median in the
2120
complex case (i.e. the median of each component separately) if
2121
- one passes in ``median``.
+ one passes in ``median``. See a discussion in scipy:
2122
+
2123
+ https://github.com/scipy/scipy/pull/12676#issuecomment-783370228
2124
2125
The ``method`` parameter allows e.g. robust averaging.
2126
For example, one could do:
0 commit comments