synctest( X,varargin )

Test for network synchronization

Vous suivez désormais cette soumission

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

Citation pour cette source

Jordan Sorokin (2026). synctest( X,varargin ) (https://fr.mathworks.com/matlabcentral/fileexchange/65862-synctest-x-varargin), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

Inspiré par : kernel density estimation, Kernel Density Estimator

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
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