AIC_: AIC of two numeric vectors

Description Usage Arguments Details Value

View source: R/stats.R

Description

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

Usage

1
AIC_(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.

Details

None.

Value

Return the Akaike Information Criterion (AIC).


functClust documentation built on Dec. 2, 2020, 5:06 p.m.