logLik.evmm {extrememix} | R Documentation |
Log-likelihood Method
Description
Computation of the log-likelihood of an extreme value mixture model (thus also AIC
and BIC
are available).
Usage
## S3 method for class 'evmm'
logLik(object, ...)
Arguments
object |
an object of class |
... |
additional parameters for compatibility. |
Value
The log-likelihood of a model estimated with extrememix
Examples
logLik(rainfall_ggpd)
[Package extrememix version 0.0.1 Index]