View source: R/estimation_structure.R
fit_graph_to_Theta | R Documentation |
Fits a graph to an empirical Gamma matrix by computing the corresponding
Theta matrix using Gamma2Theta()
and greedily chooses m
edges that
correspond to high absolute values in Theta.
fit_graph_to_Theta(data, m = NULL, Gamma_emp = NULL)
data |
The (standardized) data from which to compute Gamma |
m |
The number of edges to add, defaults to the number of edges in a tree |
Gamma_emp |
The empirical Gamma matrix
(can be |
A list containing an [igraph::graph
] object and a fitted Gamma
matrix
Other structure estimation methods:
data2mpareto()
,
eglatent()
,
eglearn()
,
emst()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.