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)
A list containing an [igraph::graph
] object and a fitted Gamma
matrix
The (standardized) data from which to compute Gamma
The number of edges to add, defaults to the number of edges in a tree
The empirical Gamma matrix
(can be NULL
if data
is given)
Other structure estimation methods:
data2mpareto()
,
eglatent()
,
eglearn()
,
emst()