logLik.pot {POT} | R Documentation |
Extract Log-Likelihood for object of class ``pot''
## S3 method for class 'pot': logLik(object, ...)
object |
An object of class ``pot''. Most often, this is an
object return by the fitgpd , fitbvgpd
and fitmcgpd functions. |
... |
Other arguments to be passed to the logLik
function. |
Standard logLik
object: see logLik
.
Mathieu Ribatet
x <- rgpd(500, 0, 1, -0.15) mle <- fitgpd(x, 0) logLik(mle)