computes the doubly centered distance matrices, mus and bcds
cdms.mu.bcd(x, vec = 1:ncol(x), membership = NULL, cdm.normalize = TRUE, ...)matrix, each row is a sample
vector which indicates which columns are treated as one sample
depreciated. Now use vec.
these are passed to cdm
A list containing the following components:
list.cdmlist of the doubly centered distance matrices - these are always normalized if 'cdm.normalize = TRUE'!!!,
mumatrix with the limit moments in a column for each variable,
bcdmatrix with b, c, d (which are required for the computation of the finite sample moments) in columns for each variable,
meanvector with the mean of each distance matrix.