Completion of decomposable Gamma matrices
Source:R/matrix_completions_main.R
complete_Gamma_decomposable.RdGiven 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
graphand the diagonals. All other entries are ignored (ifgraphis specified), or should beNAto indicate non-edges ingraph.- graph
NULLor a decomposable [igraph::graph] object. IfNULL, the structure ofNAentries inGammais 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()