lhpdcon(x, nmean = 0, nsd = 1,
u = qnorm(0.9, nmean, nsd), xi = 0, log = TRUE)
nlhpdcon(pvector, x, finitelik = FALSE)
nmean
, nsd
, u
,
sigmau
, xi
) or NULL
fhpdcon
.
They are designed to be used for MLE in
fhpdcon
but are available
for wider usage, e.g. constructing your own extreme value
mixture models.
See fhpd
and
fgpd
for full details.
Log-likelihood calculations are carried out in
lhpdcon
, which takes
parameters as inputs in the same form as distribution
functions. The negative log-likelihood is a wrapper for
lhpdcon
, designed towards
making it useable for optimisation (e.g. parameters are
given a vector as first input).
The function lhpdcon
carries
out the calculations for the log-likelihood directly,
which can be exponentiated to give actual likelihood
using (log=FALSE
).lhpd
,
lnormgpdcon
,
code{lgpd} and
gpd
. The
condmixt
package
written by one of the original authors of the hybrid
Pareto model (Carreau and Bengio, 2008) also has similar
functions for the likelihood of the hybrid Pareto
hpareto.negloglike
and fitting
hpareto.fit
.
Other hpdcon: dhpdcon
,
fhpdcon
, hpdcon
,
phpdcon
, qhpdcon
,
rhpdcon