claycantrell / PartInvShinyUI

MMM Lab Partial Invariance Shiny UI
GNU General Public License v3.0
0 stars 2 forks source link

Add checks for Positive-definiteness and symmetric matrices for Theta_r #6

Open marklhc opened 3 years ago

marklhc commented 3 years ago

Maybe this can help: https://www.rdocumentation.org/packages/matrixcalc/versions/1.0-5/topics/is.positive.definite

meltemozcan commented 3 years ago

Nearest positive definite matrix approximation https://stat.ethz.ch/R-manual/R-devel/library/Matrix/html/nearPD.html

marklhc commented 2 years ago

TODO: