logdV_HR: Compute the exponent measure density of HR distribution

View source: R/estimation_helpers.R

logdV_HRR Documentation

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)

Arguments

x

Numeric \nxd 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.

Value

Numeric. The censored exponent measure of the HR distribution.


graphicalExtremes documentation built on Nov. 14, 2023, 1:07 a.m.