aic: Akaike Information Criterion (AIC)
Description
Computes the AIC value given a log-likelihood and number of parameters.
Usage
aic(log_likelihood, num_params)
Arguments
- log_likelihood
Log-likelihood value.
- num_params
Number of estimated parameters.