synctest( X,varargin )

Test for network synchronization
53 descargas
Actualizado 26 ene 2018

Ver licencia

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).

Citar como

Jordan Sorokin (2024). synctest( X,varargin ) (https://www.mathworks.com/matlabcentral/fileexchange/65862-synctest-x-varargin), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2017a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Electrophysiology en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: 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!
Versión Publicado Notas de la versión
1.0.0.0

added error checking and probability vector for shuffling data based on the inter-event interval distributions
reference to proper KDE script
added reference to "kde.m" function, used in this update