| loglik_HR {graphicalExtremes} | R Documentation |
Compute Huesler-Reiss log-likelihood, AIC, and BIC
Description
Computes (censored) Huesler-Reiss log-likelihood, AIC, and BIC values.
Usage
loglik_HR(data, p = NULL, graph = NULL, Gamma, cens = FALSE)
Arguments
data |
Numeric |
p |
Numeric between 0 and 1 or |
graph |
An [ |
Gamma |
Numeric |
cens |
Boolean. If true, then censored log-likelihood is computed.
By default, |
Value
Numeric vector c("loglik"=..., "aic"=..., "bic"=...) with the evaluated
log-likelihood, AIC, and BIC values.
See Also
Other parameter estimation methods:
data2mpareto(),
emp_chi_multdim(),
emp_chi(),
emp_vario(),
emtp2(),
fmpareto_HR_MLE(),
fmpareto_graph_HR()