MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   资料存档 (https://www.labfans.com/bbs/forumdisplay.php?f=72)
-   -   MATLABs mvnpdf function giving strange results (https://www.labfans.com/bbs/showthread.php?t=22165)

poster 2019-11-26 21:46

MATLABs mvnpdf function giving strange results
 
<p>I am using <a href="https://uk.mathworks.com/help/stats/mvnpdf.html" rel="nofollow noreferrer">mvnpdf</a> in matlab </p>

<p>However, I get the following error, </p>

<pre><code>Error using mvnpdf (line 129)
SIGMA must be a square, symmetric, positive definite matrix.
</code></pre>

<p>This is my value of sigma, and I believe it fit requirements but I still get the error</p>

<pre><code>sigma =

0.0056 0.0047 0.0042 0.0051
0.0047 0.0052 0.0045 0.0057
0.0042 0.0045 0.0046 0.0053
0.0051 0.0057 0.0053 0.0067
</code></pre>

<p>Using this code I see that it is symmetric positive definite </p>

<pre><code>try chol(sigma)
disp('Matrix is symmetric positive definite.')
catch ME
disp('Matrix is not symmetric positive definite')
end
</code></pre>



[url=https://stackoverflow.com/questions/59052107/matlabs-mvnpdf-function-giving-strange-results]More answer...[/url]


所有时间均为北京时间。现在的时间是 19:53

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.