Learn R Programming

MixStable (version 0.1.0)

aic: Akaike Information Criterion (AIC)

Description

Computes the AIC value given a log-likelihood and number of parameters.

Usage

aic(log_likelihood, num_params)

Value

AIC value.

Arguments

log_likelihood

Log-likelihood value.

num_params

Number of estimated parameters.