View source: R/RenouvMethods.R
| logLik.Renouv | R Documentation | 
Log-likelihood, AIC, BIC and number of observations of an object of class "Renouv".
## S3 method for class 'Renouv'
AIC(object, ..., k = 2)
## S3 method for class 'Renouv'
BIC(object, ...)
## S3 method for class 'Renouv'
logLik(object, ...)
## S3 method for class 'Renouv'
nobs(object, ...)
object | 
 Object of class   | 
k | 
 See   | 
... | 
 Not used yet.  | 
Comparing log-likelihoods, AIC or BIC for different Renouv
objects makes sense only when these share the same data and the same
threshold.
logLik, AIC and BIC can be used with an object of
class "Renouv" which makes use of historical data. In this
case, the number of observations may be misleading since a single
historical observation may concern dozens of years and thus have a
much greater impact on the estimation of the tail than an "ordinary"
observation.
Yves Deville
The AIC, nobs generic functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.