Completion of decomposable Gamma matrices
Source:R/matrix_completions_main.R
complete_Gamma_decomposable.Rd
Given a decomposable graph
and incomplete variogram matrix Gamma
,
returns the full Gamma
matrix implied by the conditional independencies.
Arguments
- Gamma
A variogram matrix that is specified on the edges of
graph
and the diagonals. All other entries are ignored (ifgraph
is specified), or should beNA
to indicate non-edges ingraph
.- graph
NULL
or a decomposable [igraph::graph
] object. IfNULL
, the structure ofNA
entries inGamma
is used instead.
Value
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.
See also
Other matrix completion related topics:
complete_Gamma()
,
complete_Gamma_general()
,
complete_Gamma_general_demo()
,
complete_Gamma_general_split()