Is there a way to approximate the function below $$\frac{\Gamma(\phi)}{\Gamma(\mu\phi)\Gamma((1-\mu)\phi)}$$ where $\phi$ and $\mu$ are real values?
I'm trying to fit some regression model in a package called R and I'm with some problems because in this model $\phi>600$ in some cases and gamma()
function doesn't support such big values.
lbeta()
andlgamma()
functions giving logarithms of the Beta and Gamma functions, which should help with large parameters – Henry May 20 '17 at 10:08