Given a decomposable graph
and incomplete variogram matrix Gamma
,
returns the full Gamma
matrix implied by the conditional independencies.
complete_Gamma_decomposable(Gamma, graph = NULL)
A complete variogram matrix that agrees with Gamma
on the entries
corresponding to edges in graph
and the diagonals.
The corresponding \(\Theta\) matrix produced by Gamma2Theta()
has zeros
in the remaining entries.
A variogram matrix that is specified on the edges of graph
and the diagonals. All other entries are ignored (if graph
is specified),
or should be NA
to indicate non-edges in graph
.
NULL
or a decomposable [igraph::graph
] object. If NULL
, the
structure of NA
entries in Gamma
is used instead.
Other matrix completion related topics:
complete_Gamma_general_demo()
,
complete_Gamma_general_split()
,
complete_Gamma_general()
,
complete_Gamma()