The function returns the disjoint union of two or more multisets, by adding the multiplicity of equal elements.
Usage
umSet( pM )
Arguments
pM
list of two or more multisets
Value
list
the multiset union
Details
Given the two multisets [a,a,a,b] and [a,b,b,c], the function returns [a,a,a,a,b,b,b,c]. Given the subdivisions
[[a,b],[a]] with multiplicity 3 and [[a,b],[a]] with multiplicity 5, the function returns [[a,b],[a]] with
multiplicity 8. See also examples.
References
E. Di Nardo, G. Guarino, D. Senato (2008) An unifying framework for k-statistics, polykays and their generalizations.
Bernoulli. 14(2), 440-468. (download from http://arxiv.org/pdf/math/0607623.pdf)