Am 24.05.2018 um 10:19 schrieb Artur T.:

Am 23.05.2018 um 18:52 schrieb Olivier Montes Ferrer:

#Akaike information criterion corrected for bias 
AICbias=-2*$lnl + (2*($ncoeff)*$T/($T-$ncoeff-1))
#AIC for small samples 
AICc=$aic+(2*($ncoeff)*($ncoeff+1)/($T-$ncoeff-1))



of course these alternative information criteria could easily be added to Allin's user-contributed "criteria" package. As such they would not be accessible through the standard $aic accessor but via the package instead.

@Oliver: You could ask Allin for a collaboration and add these criteria.

Excellent idea! I had forgotten about the criteria package.

thanks,
sven