- x
A MatH object (a matrix of distributionH).
- simplify
A logic value (default is FALSE), if TRUE histograms are recomputed in order to speed-up the algorithm.
- qua
An integer, if simplify
=TRUE is the number of quantiles used for recodify the histograms.
- standardize
A logic value (default is FALSE). If TRUE, histogram-valued data are standardized, variable by variable,
using the Wassertein based standard deviation. Use if one wants to have variables with std equal to one.
- distance
A string default "WDIST" the L2 Wasserstein distance (other distances will be implemented)
- method
A string, default="complete", is the the agglomeration method to be used.
This should be (an unambiguous abbreviation of) one of "ward.D
", "ward.D2
",
"single
", "complete
", "average
" (= UPGMA), "mcquitty
"
(= WPGMA), "median
" (= WPGMC) or "centroid
" (= UPGMC).