biaslab / ForneyLab.jl

Julia package for automatically generating Bayesian inference algorithms through message passing on Forney-style factor graphs.
MIT License
149 stars 33 forks source link

Introduce strategy for stable Cholesky factorizations #134

Closed ThijsvdLaar closed 3 years ago

ThijsvdLaar commented 3 years ago

This PR uses the PositiveFactorizations package to enforce positive definiteness of covariance/precision matrices for cholinv and sampling. The default strategy can optionally be overwritten. This resolves #86