powered by
Extract Log-Likelihood for object of class 'pot'
'pot'
# S3 method for pot logLik(object, …)
An object of class 'pot'. Most often, this is an object return by the fitgpd, fitbvgpd and fitmcgpd functions.
fitgpd
fitbvgpd
fitmcgpd
Other arguments to be passed to the logLik function.
logLik
Standard logLik object: see logLik.
# NOT RUN { x <- rgpd(500, 0, 1, -0.15) mle <- fitgpd(x, 0) logLik(mle) # }
Run the code above in your browser using DataLab