util.trigamma is essentially the same as the
trigamma function but is for being consistent with the
inv.trigamma function at very small or very large input
values.
Usage
util.trigamma(y)
Value
A positive numeric scalar, which is essentially the same as
trigamma(y) but could be a little different at very
small or very large y values.
Arguments
y
A positive numeric scalar. Inf is allowed.
See Also
inv.trigamma for an implementation of the inversion
of the trigamma function.