BCI.Rd
Computes the Bertin Classification Index for a contingency table of any dimensions.
BCI(x)
x | A data matrix, table or array. |
---|
The BCI is the Bertin Classification Criterion (BCC) normalized by the BCC value under independence.
The criterion value.
#for an unoptimized matrix we take the minimum of BCI(M) and BCI(M[,12:1]) M <-arsim(1000, c(12,12), 3) min(BCI(M), BCI(M[,12:1]))#> [1] 0.8308147#> [1] 0.1694221#> [1] 0.2248789kendalls(M2)#> [1] 0.7054944#> [1] 0.2919551