<div dir="auto">Hello dear fieldtrip community<div dir="auto">I have been using fieldtrip for quite awhile now and now I am dealing with mvar analysis, I preprocessed the data and now I am doing it's multivariate autoregressive Analysis, and also i have read the document of the function.</div><div dir="auto">here is my code:</div><div dir="auto"><br></div><div dir="auto"><span style="font-size:12.8px">cfg = [];</span><br style="font-size:12.8px"><span style="font-size:12.8px">load('1-1alpha.mat')</span><br style="font-size:12.8px"><span style="font-size:12.8px">load('toi.mat')</span><br style="font-size:12.8px"><span style="font-size:12.8px">cfg.method = 'granger';</span><br style="font-size:12.8px"><span style="font-size:12.8px">cfg.trials = 'all';</span><br style="font-size:12.8px"><span style="font-size:12.8px">cfg.method = 'bsmart';</span><br style="font-size:12.8px"><span style="font-size:12.8px">cfg.t_ftimwin = 5;</span><br style="font-size:12.8px"><span style="font-size:12.8px">cfg.toi = toi;</span><br style="font-size:12.8px"><span style="font-size:12.8px">cfg.output = 'parameters';</span><br style="font-size:12.8px"><span style="font-size:12.8px">mvardata = ft_mvaranalysis(cfg, data);</span><br></div><div dir="auto"><br></div><div dir="auto"><span style="font-size:12.8px">And the error is:</span></div><div dir="auto"><span style="font-size:12.8px"><br></span></div><div dir="auto"><div style="font-size:12.8px" dir="auto"><div style="width:328px;margin:16px 0px"><div><div dir="ltr">Error using chol<br>Matrix must be positive definite.<br><br>Error in armorf (line 40)<br>ap(:,:,1) = inv((chol(ap(:,:,1)/Nr*(Nl-1)))');<br><br>Error in ft_mvaranalysis (line 488)<br>              [ar, tmpnoisecov] = armorf(dat, numel(rpt{rlop}), size(tmpdata.trial{1},2), cfg.order);<br><br>Error in Untitled6 (line 13)<br>mvardata = ft_mvaranalysis(cfg, data);<br></div></div></div><div style="height:0px"></div></div><br></div><div dir="auto"><span style="font-size:12.8px"><br></span></div><div dir="auto"><span style="font-size:12.8px"><br></span></div><div dir="auto"><span style="font-size:12.8px">I would very much appreciate it if anyone can help me solve this problem</span></div><div dir="auto"><span style="font-size:12.8px">Best regards </span></div></div>