View source: R/community_graph.R
graph2prec | R Documentation |
Has internal rules for converting various graph topologies into the associated adjancency and, therefore, precision matrix
graph2prec(
Graph,
posThetaLims = c(2, 3),
negThetaLims = -posThetaLims,
targetCondition = 100,
epsBin = 0.01,
numBinSearch = 100
)
Graph |
graph adjacency matrix |
posThetaLims |
length 2 vector of lower and upper bound of positive values |
negThetaLims |
length 2 vector of lower and upper bound of negative values |
targetCondition |
sets the condition of the precision matrix by modulating the magnitude of the diagonal |
epsBin |
the convergence tolerance of the condition number binary search |
numBinSearch |
maximum number of iterations |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.