synctest( X,varargin )

版本 1.0.0.0 (4.2 KB) 作者: Jordan Sorokin
Test for network synchronization
53.0 次下载
更新时间 2018/1/26

查看许可证

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 (2024). synctest( X,varargin ) (https://www.mathworks.com/matlabcentral/fileexchange/65862-synctest-x-varargin), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Electrophysiology 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
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