Error in Systemic risk code "https://github.com/TommasoBelluzzo/SystemicRisk" by Tommaso Belluzzo
조회 수: 10 (최근 30일)
이전 댓글 표시
Hi all, Am running the systemic risk codes provided by Tommaso Belluzzo on R2018b using the dataset example given but have the following error messages:
Error using distcomp.remoteparfor/getCompleteIntervals (line 246) Index exceeds the number of array elements (0).
Error in calculate_adjacency_matrix>calculate_adjacency_matrix_internal (line 36) parfor j = ij_seq
Error in calculate_adjacency_matrix (line 23) adjm = calculate_adjacency_matrix_internal(res.data,res.sst,res.rob);
Error in main_net>main_net_internal (line 66) adjm = calculate_adjacency_matrix(win_i,data.SST,data.Rob);
Error in main_net (line 30) main_net_internal(res.data,res.res,res.sst,res.rob,res.anl);
Error in run (line 24) main_net(data,fullfile(path_base,path_rnet),0.05,true,true);
Please does anyone have the same errors or knows how to correct it as I really need some of these estimations (CoVaR, ΔCoVaR, MES and Network Measures)for my dissertation.
Thank you in advance.
댓글 수: 1
Sebastian Castro
2018년 11월 7일
Maybe contact the author directly? His GitHub profile has his email address.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!