synctest( X,varargin )
This function tests whether simultaneously recorded neural activity shows synchronization above chance. The function was written for neuroscience research, but works equally well for any simultaneously-sampled binary data (i.e. times of URL pings from different users, times sudden fluctuations across multiple stocks, etc).
Zitieren als
Jordan Sorokin (2025). synctest( X,varargin ) (https://www.mathworks.com/matlabcentral/fileexchange/65862-synctest-x-varargin), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Tags
Quellenangaben
Inspiriert von: kernel density estimation, Kernel Density Estimator
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 |
added error checking and probability vector for shuffling data based on the inter-event interval distributions
|