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!