View source: R/pot-gen-loglik.R
logLik.pot | R Documentation |
Extract Log-Likelihood for object of class 'pot'
## S3 method for class 'pot'
logLik(object, ...)
object |
An object of class |
... |
Other arguments to be passed to the |
Standard logLik
object: see logLik
.
Mathieu Ribatet
logLik
x <- rgpd(500, 0, 1, -0.15)
fmle <- fitgpd(x, 0)
logLik(fmle)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.