Warning:  Due to planned infrastructure maintenance, the EBRAINS Wiki and EBRAINS Support system will be unavailable for up to three days starting Monday, 14 July. During this period, both services will be inaccessible, and any emails sent to the support address will not be received.

Attention: The EBRAINS Chat will down on Thursday, the 10th of July 2025 starting from 18.00pm CEST (my timezone) for up to 1 hour. 

Warning: The EBRAINS Drive, EBRAINS Bucket and EBRAINS Lab will down today, Wednesday, the 9th of July 2025 starting from 19:30 CEST (my timezone) for up to 1 hour.


Last modified by abonard on 2025/06/13 16:08

From version 1.1
edited by adavison
on 2023/02/27 16:46
Change comment: There is no comment for this version
To version 34.1
edited by abonard
on 2025/06/13 16:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.adavison
1 +XWiki.abonard
Content
... ... @@ -1,10 +2,31 @@
1 -Available tutorials:
2 2  
3 -* [[Statistics of spike trains>>https://elephant.readthedocs.io/en/latest/tutorials/statistics.html||rel=" noopener noreferrer" target="_blank"]] (beginner)
4 -* [[ASSET: Analysis of Sequences of Synchronous Events in Massively Parallel Spike Trains>>https://elephant.readthedocs.io/en/latest/tutorials/asset.html||rel=" noopener noreferrer" target="_blank"]] (advanced)
5 -* [[Gaussian Process Factor Analysis>>https://elephant.readthedocs.io/en/latest/tutorials/gpfa.html||rel=" noopener noreferrer" target="_blank"]] (advanced)
6 -* [[Parallel>>https://elephant.readthedocs.io/en/latest/tutorials/parallel.html||rel=" noopener noreferrer" target="_blank"]] (advanced)
7 -* [[Spike Pattern Detection and Evaluation (SPADE)>>https://elephant.readthedocs.io/en/latest/tutorials/spade.html||rel=" noopener noreferrer" target="_blank"]] (advanced)
8 -* [[The Unitary Events Analysis>>https://elephant.readthedocs.io/en/latest/tutorials/unitary_event_analysis.html||rel=" noopener noreferrer" target="_blank"]] (advanced)
9 -* [[Time-domain Granger Causality>>https://elephant.readthedocs.io/en/latest/tutorials/granger_causality.html||rel=" noopener noreferrer" target="_blank"]] (advanced)
10 10  
3 +* ((( ==== **[[Beginner >>||anchor = "HBeginner-1"]]** ==== )))
4 +
5 +* ((( ==== **[[Advanced >>||anchor = "HAdvanced-1"]]** ==== )))
6 +
7 +=== **Beginner** ===
8 +
9 +=== [[Statistics of spike trains>>https://elephant.readthedocs.io/en/latest/tutorials/statistics.html||rel=" noopener noreferrer" target="_blank"]] ===
10 +
11 +**Level**: beginner(%%) **Type**: user documentation
12 +
13 +This notebook provides an overview of the functions provided by the elephant statistics module.
14 +=== **Advanced** ===
15 +
16 +=== [[Spike Pattern Detection and Evaluation (SPADE)>>https://elephant.readthedocs.io/en/latest/tutorials/spade.html||rel=" noopener noreferrer" target="_blank"]] ===
17 +
18 +**Level**: advanced(%%) **Type**: user documentation
19 +
20 +SPADE is a method to detect repeated spatio-temporal activity patterns in parallel spike train data that occur in excess to chance expectation. In this tutorial, we will use SPADE to detect the simplest type of such patterns, synchronous events that are found across a subset of the neurons considered.
21 +=== [[The Unitary Events Analysis>>https://elephant.readthedocs.io/en/latest/tutorials/unitary_event_analysis.html||rel=" noopener noreferrer" target="_blank"]] ===
22 +
23 +**Level**: advanced(%%) **Type**: user documentation
24 +
25 +The Unitary Event analysis detects coordinated spiking activity that occurs significantly more often than predicted by the firing rates of neurons alone. It’s therefore superior to simple statistics. This tutorial will show you how to use this analysis in Elephant.
26 +=== [[Gaussian Process Factor Analysis (GPFA)>>https://elephant.readthedocs.io/en/latest/tutorials/gpfa.html||rel=" noopener noreferrer" target="_blank"]] ===
27 +
28 +**Level**: advanced(%%) **Type**: user documentation
29 +
30 +This tutorial illustrates the usage of the gpfa.GPFA() class implemented in elephant, through its applications to synthetic spike train data, of which the ground truth low-dimensional structure is known.
31 +