Transforms a precision matrix (\(\Theta\) or \(\Theta^k\)) to the corresponding variogram matrix.
Theta2Gamma(Theta, k = NULL)
The \(d \times d\) variogram matrix implied by Theta
.
Numeric \(d \times d\) matrix (if k
is NULL
)
or \((d-1) \times (d-1)\) matrix (if k
is a number).
NULL
or integer between 1 and d.
If this is NULL
the input Theta
is interpreted as a \(d \times d\)
precision matrix \(\Theta\), otherwise as \(\Theta^k\).
Other MatrixTransformations:
Gamma2Sigma()
,
Gamma2Theta()
,
Gamma2graph()
,
Sigma2Gamma()