Learn R Programming

graphicalExtremes (version 0.2.0)

Theta2Gamma: Transformation of \(\Gamma\) matrix to \(\Theta\) matrix

Description

Transforms a precision matrix (\(\Theta\) or \(\Theta^k\)) to the corresponding variogram matrix.

Usage

Theta2Gamma(Theta, k = NULL)

Value

The \(d \times d\) variogram matrix implied by Theta.

Arguments

Theta

Numeric \(d \times d\) matrix (if k is NULL) or \((d-1) \times (d-1)\) matrix (if k is a number).

k

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\).

See Also

Other MatrixTransformations: Gamma2Sigma(), Gamma2Theta(), Gamma2graph(), Sigma2Gamma()