Learn R Programming

AnthropMMD (version 0.9.7)

Mat_MMD: Internal function : effective calculus of the MMD Matrix.

Description

Internal function : effective calculus of the MMD Matrix.

Usage

Mat_MMD(Mat_eff, Mat_prop, formule, corrFT)

Arguments

Mat_eff
A (nxp) matrix , where n was the number of groups in the original data file, and p the number of (binary) variables. This matrix contains the number of known individuals in each group and for each variable.
Mat_prop
A (nxp) matrix , where n was the number of groups in the original data file, and p the number of (binary) variables. This matrix contains the proportion of presence (i.e. of "1" values) in each group and for each variable.
formule
"Freeman-Tukey" or "Anscombe" : the choice of MMD formula.
corrFT
Boolean indicating whether the Freeman-Tukey correction for small samples has to be applied.