graphicalExtremes (version 0.3.2)

logdV_HR: Compute the exponent measure density of HR distribution

Description

Computes the exponent measure density of HR distribution.

Usage

logdV_HR(x, Gamma = NULL, Theta = NULL)

Value

Numeric. The censored exponent measure of the HR distribution.

Arguments

x

Numeric \(n \times d\) matrix or vector with d elements.

Gamma

d x d variogram matrix or numeric vector with d(d-1)/2 elements, containing the upper triangular part of a variogram matrix.

Theta

d x d precision matrix or numeric vector with d(d-1)/2 elements, containing the upper triangular part of a precision matrix.

Details

Both Gamma and Theta are needed internally, but if one is missing it is computed from the other one.