Hi, I am wondering, whether we have builtin functions for distributions such as weibull, laplace, gamma. (looking at some top level algorithms, says that we do have!).
Would like to use in the following case: ``` lp = -gamma(k) - k*log(t) + (k-1)*lx - x/t; ``` Thanks, Janardhan
