logLH_HR: Full censored log-likelihood of HR model
Description
Computes the full (censored) log-likelihood of HR model.
Usage
logLH_HR(data, Gamma, cens = FALSE)
Value
Numeric. The full censored log-likelihood of HR model.
Arguments
- data
Numeric matrix \(n\times d\). It contains
observations following a multivariate HR Pareto distribution.
- Gamma
Numeric matrix \(n\times d\).
It represents a variogram matrix \(\Gamma\).
- cens
Boolean. If true, then censored log-likelihood is computed.
By default, cens = FALSE
.