View source: R/matrix_completions_main.R
complete_Gamma_decomposable | R Documentation |
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)
Gamma |
A variogram matrix that is specified on the edges of |
graph |
|
A complete variogram matrix that agrees with Gamma
on the entries
corresponding to edges in graph
and the diagonals.
The corresponding \eTheta matrix produced by Gamma2Theta()
has zeros
in the remaining entries.
Other matrix completion related topics:
complete_Gamma()
,
complete_Gamma_general()
,
complete_Gamma_general_demo()
,
complete_Gamma_general_split()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.