Function LogisticRes.aic

Akaike Information Criterion, which is a complexity-penalized goodness- of-fit score, equal to 2 * k - 2 log(L) where L is the log likelihood and k is the number of parameters.

double aic () pure nothrow @property @safe const;