Learn R Programming

functClust (version 0.1.6)

AICc: AICc of two numeric vectors

Description

Take two numeric vectors and return the Akaike Information Criterion (AICc) corrected for the second order. AICc is computed from the Residuals Sum of Square (rss) and the number of used parameters.

Usage

AICc(x, y, nbK)

Arguments

x, y

two numeric vectors of same length.

nbK

an integer. nbK is the number of used parameters. nbK > 1 : returns NA if not.

Value

Return the Akaike Information Criterion ((AICc)), corrected for the second order bias.

Details

The correction for the second order bias improves the Akaike Information Criterion when (length(x)) is small.