error message in using mvnrnd function??
Ältere Kommentare anzeigen
i'm craeting a gibbs sampling algorithm and the fdollowing message appears when i'v used mvnrnd function :
??? Error using ==> mvnrnd SIGMA must be a symmetric positive semi-definite matrix.
note i'v used chol function befor using mvnrnd
nu02=chol(nu01); nu0=s*nu02; z = mvnrnd(mu0,nu0)'; what can i do to solve the problem?
1 Kommentar
the cyclist
am 12 Feb. 2013
It's pretty hard to say anything here without more details. Do you have a very small example of nu01 and s that you can provide, that exhibits the error?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Mathematics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!