JuliaGaussianProcesses / LinearMixingModels.jl

http://proceedings.mlr.press/v119/bruinsma20a.html
MIT License
6 stars 0 forks source link

Improve numerical stability #18

Closed thomasgudjonwright closed 3 years ago

thomasgudjonwright commented 3 years ago

Improving the numerical stability of some linear algebra operations using Cholesky decomp when we know we have a pos-def matrix.

codecov[bot] commented 3 years ago

Codecov Report

Merging #18 (4659314) into master (4f26cec) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #18   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          156       157    +1     
=========================================
+ Hits           156       157    +1     
Impacted Files Coverage Δ
src/ilmm.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4f26cec...4659314. Read the comment docs.