Project a precision matrix onto a fixed graph (constrained estimate)
Source:R/family-ggm.R
constrain_precision_to_graph.RdGiven a precision matrix (K) and a fixed undirected graph (G),
returns the precision matrix constrained to the graph's structure, so that
entries at non-edges are (numerically) zero. Uses the node-wise regression algorithm.