Learn R Programming

graphicalExtremes (version 0.1.0)

par2Gamma: Create \(\Gamma\) from vector

Description

This function takes the parameters in the vector par (upper triangular Gamma matrix) and returns full Gamma.

Usage

par2Gamma(par)

Value

Numeric matrix \(d \times d\). Full Gamma matrix.

Arguments

par

Numeric vector with \(d\) elements. Upper triangular part of a Gamma matrix.