エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Using Cholesky decomposition to compute covariance matrix determinant
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Using Cholesky decomposition to compute covariance matrix determinant
I am reading through this paper to try and code the model myself. The specifics of the paper don'... I am reading through this paper to try and code the model myself. The specifics of the paper don't matter, however in the authors matlab code I noticed they use a Cholesky decomposition instead of computing the determinant of a covariance matrix directly. Specifically, the author has $$\log\det(\Sigma) = 2 \sum_i \log [ diag(L)_i ]$$ where $L$ is the lower triangular matrix produced by a Cholesky