AIC.fit_dist: Extract AIC
Description
S3 method to extract the Akaike Information Criterion from a fitted distribution.
Usage
# S3 method for fit_dist
AIC(object, ..., k = 2)
Arguments
- object
an object of class "fit_dist".
- ...
additional arguments (not used).
- k
penalty per parameter (default: 2 for AIC).