This function computes the log-likelihood of a NB regression model given a vector of counts.
Details
The regression model is parametrized as follows: $$log(\mu) = A_\mu * a_\mu$$ $$log(\theta) = C_\theta$$ where \(\mu, \theta\) are respectively the vector of mean parameters of the NB distribution, and the vector of inverse dispersion parameters. The log-likelihood of a vector of parameters \(\alpha = a_\mu\)
