-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Based on mateuszbaran/CovarianceEstimation.jl#90 we're likely to want something like PDMat that supports different factorizations. Two factorizations are currently under discussion:
EigenSymWoodburywith aDiagonalorUniformScaling"main matrix" (Ain https://en.wikipedia.org/wiki/Woodbury_matrix_identity)
Both of these can be efficiently checked for positive (semi) definiteness and would seem to fit here. There seem to be multiple instantiations, though: should the existing PDMat be renamed PDCholesky? Or should we add a F<:Factorization{T} parameter? Either is workable, I'm opening this largely to ask for guidance about your preferences.
mateuszbaran and ararslan
Metadata
Metadata
Assignees
Labels
No labels