eig() shows positive eigenvalues while chol() failed
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Allen Lau
el 24 de Mayo de 2015
Comentada: John D'Errico
el 18 de Jun. de 2016
Hi guys,
I was LU-decomposing a supposed-to-be positive-definite matrix using "chol" in a loop. However, occasionally it failed with the warning
" Error using chol
Matrix must be positive definite. "
eig() shows that the smallest eigenvalue is 1.8*10^(-4) which I think should be well above zero. BTW, the largest one is 7.7*10^9.
How can I get around this dilemma? Your suggestions are greatly appreciated. Many thanks.
6 comentarios
Ricardo Almeida
el 18 de Jun. de 2016
I´m having the same problem. Without going into peculiarities of decomposition methods, I think it might be some technical issue. I'm running chol function in two different computers, both Windows 7 64bits and matlab 2015a. One flags a positive definite matrix and other don't (Maybe it's a coincidence but always return the number of columns).
John D'Errico
el 18 de Jun. de 2016
Read my comment to the other question where you made the same comment.
Respuesta aceptada
John D'Errico
el 24 de Mayo de 2015
Editada: John D'Errico
el 24 de Mayo de 2015
I wrote nearestSPD (download it from the file exchange) for this purpose. It will tweak the values of your matrix slightly so that chol should always succeed. Of course, if the required tweak is necessarily large, it will still make a minimal change so that the result is as close as possible, yet will be positive definite.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Linear Algebra en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!