combinate: Arrange all combinations of rows of two matrices
Description
Given X and Y, both matrices where the rows are counts of multinomial trials,
produce all combinations rowwise, concatenate the rows into a new matrix, and
calculate the log multinomial coefficients for the combination.
Usage
combinate(X, Y)
Value
A list containing Sspace, the sample space (vectors of counts), and
logC, a vector of the log multinomial coefficients.