<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Hi Masoud,
<div class=""><br class="">
</div>
<div class="">I suggest to do the following (if you haven’t done so already):</div>
<div class=""><br class="">
</div>
<div class="">1) check the documentation of ft_mvaranalysis, and look for the parameters that you can specify: the cfg you pasted in your e-mail looks a bit random, and does not contain options that I would have expected (and contains options that I would not
 have expected). e.g. you don’t specify the parameter ‘order’, and you specify the cfg.method to be ‘granger’. </div>
<div class="">2) check in the matlab documentation what the error means -> it suggests a low-level problem with the numerics of your input data.</div>
<div class="">3) put a breakpoint in your code, so that you can inspect in detail what is happening with the input data step-by-step.</div>
<div class=""><br class="">
</div>
<div class="">Best wishes,</div>
<div class="">Jan-Mathijs</div>
<div class=""><br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On 10 Dec 2022, at 15:56, masoud via fieldtrip <<a href="mailto:fieldtrip@science.ru.nl" class="">fieldtrip@science.ru.nl</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="auto" class="">Hello dear fieldtrip community
<div dir="auto" class="">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" class="">here is my code:</div>
<div dir="auto" class=""><br class="">
</div>
<div dir="auto" class=""><span style="font-size:12.8px" class="">cfg = [];</span><br style="font-size:12.8px" class="">
<span style="font-size:12.8px" class="">load('1-1alpha.mat')</span><br style="font-size:12.8px" class="">
<span style="font-size:12.8px" class="">load('toi.mat')</span><br style="font-size:12.8px" class="">
<span style="font-size:12.8px" class="">cfg.method = 'granger';</span><br style="font-size:12.8px" class="">
<span style="font-size:12.8px" class="">cfg.trials = 'all';</span><br style="font-size:12.8px" class="">
<span style="font-size:12.8px" class="">cfg.method = 'bsmart';</span><br style="font-size:12.8px" class="">
<span style="font-size:12.8px" class="">cfg.t_ftimwin = 5;</span><br style="font-size:12.8px" class="">
<span style="font-size:12.8px" class="">cfg.toi = toi;</span><br style="font-size:12.8px" class="">
<span style="font-size:12.8px" class="">cfg.output = 'parameters';</span><br style="font-size:12.8px" class="">
<span style="font-size:12.8px" class="">mvardata = ft_mvaranalysis(cfg, data);</span><br class="">
</div>
<div dir="auto" class=""><br class="">
</div>
<div dir="auto" class=""><span style="font-size:12.8px" class="">And the error is:</span></div>
<div dir="auto" class=""><span style="font-size:12.8px" class=""><br class="">
</span></div>
<div dir="auto" class="">
<div style="font-size:12.8px" dir="auto" class="">
<div style="width:328px;margin:16px 0px" class="">
<div class="">
<div dir="ltr" class="">Error using chol<br class="">
Matrix must be positive definite.<br class="">
<br class="">
Error in armorf (line 40)<br class="">
ap(:,:,1) = inv((chol(ap(:,:,1)/Nr*(Nl-1)))');<br class="">
<br class="">
Error in ft_mvaranalysis (line 488)<br class="">
              [ar, tmpnoisecov] = armorf(dat, numel(rpt{rlop}), size(tmpdata.trial{1},2), cfg.order);<br class="">
<br class="">
Error in Untitled6 (line 13)<br class="">
mvardata = ft_mvaranalysis(cfg, data);<br class="">
</div>
</div>
</div>
<div style="height:0px" class=""></div>
</div>
<br class="">
</div>
<div dir="auto" class=""><span style="font-size:12.8px" class=""><br class="">
</span></div>
<div dir="auto" class=""><span style="font-size:12.8px" class=""><br class="">
</span></div>
<div dir="auto" class=""><span style="font-size:12.8px" class="">I would very much appreciate it if anyone can help me solve this problem</span></div>
<div dir="auto" class=""><span style="font-size:12.8px" class="">Best regards </span></div>
</div>
_______________________________________________<br class="">
fieldtrip mailing list<br class="">
<a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" class="">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br class="">
https://urldefense.com/v3/__https://doi.org/10.1371/journal.pcbi.1002202__;!!HJOPV4FYYWzcc1jazlU!6fe22t-4FgfgJs6PyVktXAnfRdM5yhSCWGzbKHzQxHrI_bgdquCUPOduskMucN7mFUSQ6vl8JvRdKHaoyDpliFDDjBDD_Sq_67nNHw$
<br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>