Computes (censored) Huesler-Reiss log-likelihood, AIC, and BIC values.
loglik_HR(data, p = NULL, graph = NULL, Gamma, cens = FALSE)
Numeric vector c("loglik"=..., "aic"=..., "bic"=...)
with the evaluated
log-likelihood, AIC, and BIC values.
Numeric \(n \times d\) matrix. It contains observations following a multivariate HR Pareto distribution.
Numeric between 0 and 1 or NULL
. If NULL
(default),
it is assumed that the data
are already on multivariate Pareto scale.
Else, p
is used as the probability in the function data2mpareto()
to standardize the data
.
An [igraph::graph
] object or NULL
. The graph
must be undirected and
connected. If no graph is specified, the complete graph is used.
Numeric \(n \times d\) matrix. It represents a variogram matrix \(\Gamma\).
Boolean. If true, then censored log-likelihood is computed.
By default, cens = FALSE
.
Other parameter estimation methods:
data2mpareto()
,
emp_chi_multdim()
,
emp_chi()
,
emp_vario()
,
emtp2()
,
fmpareto_HR_MLE()
,
fmpareto_graph_HR()