Cholesky decomposition error while eigenvalues are positive
이전 댓글 표시
For a Bayesian optimization I use the lower Cholesky decomposition. However, for a large interval the covariance matrices can have some zero eigenvalues which is not accepted for this decomposition. Adding a small diagonal is supposed to fix this. The eigenvalues are indeed positive but still I get an error saying the matrix is not positive definite.

Ensuring the matrix is symmetric does not help either (
)
) 댓글 수: 3
Matt J
2018년 11월 21일
What's max(eig(COV)) ?
Niels Uitterdijk
2018년 11월 21일
Niels Uitterdijk
2019년 1월 8일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Linear Algebra에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!