| complete_Gamma_decomposable {graphicalExtremes} | R Documentation |
Completion of decomposable Gamma matrices
Description
Given a decomposable graph and incomplete variogram matrix Gamma,
returns the full Gamma matrix implied by the conditional independencies.
Usage
complete_Gamma_decomposable(Gamma, graph = NULL)
Arguments
Gamma |
A variogram matrix that is specified on the edges of |
graph |
|
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_general_demo(),
complete_Gamma_general_split(),
complete_Gamma_general(),
complete_Gamma()