synctest( X,varargin )

Test for network synchronization

您现在正在关注此提交

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

引用格式

Jordan Sorokin (2026). synctest( X,varargin ) (https://ww2.mathworks.cn/matlabcentral/fileexchange/65862-synctest-x-varargin), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 Electrophysiology 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 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