logLik.fitdist: Log-Likelihood of fitdist Object
Usage
# S3 method for fitdist
logLik(object, ...)
Value
Function logLik.fitdist returns a logLik object, which
could be further used by AIC and BIC.
(I have written to the authors)
Arguments
- object
fitdist object
- ...
additional parameters, currently not in use
Details
Output of fitdist has elements $loglik, $aic and $bic,
but they are simply numeric scalars.
fitdistrplus:::logLik.fitdist simply returns these elements.