Digamma (psi) function for value objects
digamma.value.RdComputes the digamma function psi(x) = d/dx log(gamma(x)). This is the derivative of lgamma and appears in gradients of many statistical distributions.
Usage
# S3 method for class 'value'
digamma(x)