资源简介
Granger Causal Connectivity Analysis: A MATLAB Toolbox (Anil K. Seth) The toolbox includes core functions for Granger causality analysis of multivariate steady-state and event-related data, functions to preprocess data, assess statistical significance and validate results, and to compute and display
代码片段和文件信息
function ccaStartup
%---------------------------------------------------------------
% ccaStartup.m
% add matlab paths for causal connectivity analysis toolbox
% run before anything else!
% AKS Apr 09 2009
%---------------------------------------------------------------
addpath test/;
addpath utilities/;
addpath Bsmart_files/;
warning(‘off‘‘MATLAB:dispatcher:InexactMatch‘);
% check all files are included
if exist(‘armorf.m‘) ~=2 | exist(‘pwcausal.m‘) ~=2
error(‘Functions armorf.m and/or pwcausal.m missing. Download from www.brain-smart.org‘);
end
% check that mex file is compiled properly
dummy = 1;
try
x = marsaglia_normcdf(dummy);
catch
error(‘Mex file marsaglia_normcdf is not properly compiled for this operating system. Please recompile by choosing a compiler (mex -setup) and then entering: mex utilities/marsaglia_normcdf.c‘);
end
if abs(x-0.8413)>1e-2
abs(x-0.8413)
error(‘Mex file marsaglia_normcdf is not properly compi
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1181 2010-04-16 08:55 ccaStartup.m
文件 4905 2009-09-07 13:37 cca_autonomy_regress.m
文件 327 2009-12-18 19:31 cca_calcPanels.m
文件 2501 2009-09-07 13:37 cca_causaldensity.m
文件 3169 2010-12-08 18:34 cca_causaldensity_spectral.m
文件 2543 2009-09-07 13:37 cca_causalflow.m
文件 3506 2009-09-07 13:37 cca_causalflow_spectral.m
文件 2240 2009-12-18 21:43 cca_check_cov_stat.m
文件 2584 2009-12-18 21:48 cca_check_cov_stat_mtrial.m
文件 8910 2010-03-28 17:41 cca_demo.m
文件 1419 2009-09-07 13:38 cca_detrend.m
文件 1747 2010-05-24 22:10 cca_detrend_mtrial.m
文件 1411 2009-09-07 13:38 cca_diff.m
文件 1744 2009-12-15 17:52 cca_diff_mtrial.m
文件 2600 2010-08-19 19:00 cca_find_model_order.m
文件 2633 2009-09-07 13:38 cca_find_model_order_mtrial.m
文件 2623 2010-03-08 16:54 cca_find_model_order_optimized.m
文件 3115 2010-05-24 22:28 cca_findsignificance.m
文件 2449 2009-09-07 13:38 cca_findsignificance_autonomy.m
文件 6796 2010-04-19 18:21 cca_granger_regress.m
文件 5808 2009-09-07 13:38 cca_granger_regress_mtrial.m
文件 4814 2010-03-08 18:31 cca_granger_regress_optimized.m
文件 6921 2010-11-03 22:35 cca_granger_regress_zerolag.m
文件 3473 2010-04-26 15:44 cca_kpss.m
文件 3200 2009-12-25 16:45 cca_kpss_mtrial.m
文件 2821 2009-09-07 13:39 cca_multitaper.m
文件 2389 2009-09-07 13:37 cca_pajek.m
文件 4181 2009-09-07 13:37 cca_partialgc.m
文件 7088 2009-09-07 13:37 cca_partialgc_doi_bstrap.m
文件 6388 2009-09-07 13:37 cca_partialgc_doi_permute.m
文件 4803 2009-09-07 13:37 cca_partialgc_mtrial.m
............此处省略58个文件信息
相关资源
- 迅捷PDF转换器破解版.rar
- 迅捷PDF编辑器破解版.rar
- 金字塔原理1清晰扫描版.pdf
- TeamViewer_11已激活+破解版+随意换ID.z
- FieldtheoryofGuidedwavesCollin__2nd.pdf
- 先进电气驱动的分析建模与控制[比
- IPC-J-STD033潮湿、回流焊敏感表面贴装
- 网络是怎样连接的_户根勤.pdf
- tesseract最新最全资料.rar
- 大话数据结构.epub
- iBATIS实战.pdf
- zw_new_smile-7110337-ImageAnimationTest.zip
- zw_jhn199388-9911706-基于51单片机都_自动
- zw_fan7983377-9600053-RecyclerViewDemo.zip
- zw_CHINA__.zip
- 我的第一本算法书+算法图解.zip
- 数学物理方法_德顾樵编著_2012.01_545页
- zw_WKTConvert.zip
- tdxw.exe
- zw_LabVIEW_8.20程序设计从入门到精通.
- zw_20170105220330215.zip
- unlocker-master最新版.rar
- Nginx核心知识100讲全套课件.zip
- navicat.11.2.16.premium_cs_x64破解版.zip
- 凸优化_Boyd_王书宁译.rar
- 云盘.rar
- Xshell5.exe
- 20170121135652618.rar
- DiskGenius4.7.0专业版.rar
- AlphaControlsv11.16StableFullSource(D5和D10
评论
共有 条评论