logLik.pot {POT} | R Documentation |
Extract Log-Likelihood
Description
Extract Log-Likelihood for object of class 'pot'
Usage
## S3 method for class 'pot'
logLik(object, ...)
Arguments
object |
An object of class |
... |
Other arguments to be passed to the |
Value
Standard logLik
object: see logLik
.
Author(s)
Mathieu Ribatet
See Also
Examples
x <- rgpd(500, 0, 1, -0.15)
fmle <- fitgpd(x, 0)
logLik(fmle)
[Package POT version 1.1-10 Index]