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://kr.mathworks.com/matlabcentral/fileexchange/65862-synctest-x-varargin), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: kernel density estimation, Kernel Density Estimator

카테고리

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