Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/api/statistics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ ERP-related statistics:
.. autosummary::
:toctree: ../generated/

erp.compute_area
erp.compute_frac_area_latency
erp.compute_frac_peak_latency
erp.compute_peak
erp.compute_sme

Compute ``adjacency`` matrices for cluster-level statistics:
Expand Down
1 change: 1 addition & 0 deletions doc/changes/dev/14221.newfeature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added 4 new ERP measures: peak latency, peak amplitude, fractional peak latency, and fractional area latency. By `Jacob Woessner`_ and :newcontrib:`Beliz Sertcan Gökmen`.
1 change: 1 addition & 0 deletions doc/changes/names.inc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
.. _Baris Talar: https://github.com/baris-talar
.. _Basile Pinsard: https://github.com/bpinsard
.. _Beige Jerry Jin: https://github.com/BeiGeJin
.. _Beliz Sertcan Gökmen: https://github.com/BelizSertcan
.. _Ben Beasley: https://github.com/musicinmybrain
.. _Ben Tang: https://github.com/bentang18
.. _Benedikt Ehinger: https://www.benediktehinger.de
Expand Down
Loading
Loading