danielkorzekwa / bayes-scala

Bayesian Networks in Scala
Other
205 stars 39 forks source link

replace inv(K) with invchol(cholesky(K).t) for Hermitian psd matrices (coviarance matrix) #32

Closed danielkorzekwa closed 8 years ago

danielkorzekwa commented 8 years ago

so that numerical stability is improved.