graphicalExtremes (version 0.1.0)

Gamma2par: Extract upper triangular part of \(\Gamma\)

Description

This function returns a vector containing the upper triangular part of the matrix Gamma. If Gamma is already a vector, it returns it as it is.

Usage

Gamma2par(Gamma)

Value

Numeric vector with \(d\) elements. The upper triangular part of the given Gamma matrix.

Arguments

Gamma

Numeric \(d \times d\) variogram matrix.