calculates a parameter-non-optimized log-likelihood using a dirichlet multinomial model given a matrix of data (k), a model matrix with the features (mm), and a concentration parameter. This is useful for data sets that fail to converge the optimization process. e.g. those with not so many samples.
rough_dirmnom_ll.Rd
calculates a parameter-non-optimized log-likelihood using a dirichlet multinomial model given a matrix of data (k), a model matrix with the features (mm), and a concentration parameter. This is useful for data sets that fail to converge the optimization process. e.g. those with not so many samples.