Calculate a log-likelihood for a user-provided cluster assignment and count matrix, per the desired celda model.
calculate_loglik_from_variables(model, ...)
Model to use for calculating log-likelihood of assignments; one of ("celda_C", "celda_CG", "celda_G")
extra parameters passed onto calculate_loglik_from_variables
The log-likelihood of the provided cluster assignment for the provided counts matrix.