powered by
This set of functions revolve around the polygamma functions.
idigamma(x)Ddigamma(x, y)Dtrigamma(x, y)gammap(x, p, log = FALSE)
Ddigamma(x, y)
Dtrigamma(x, y)
gammap(x, p, log = FALSE)
numeric. The evaluated function.
numeric. The points to evaluate the function.
integer. The p-variate Gamma function.
logical. Should the logarithm of the result be returned?
idigamma(): inverse digamma function.
idigamma()
Ddigamma(): digamma difference function.
Ddigamma()
Dtrigamma(): trigamma difference function.
Dtrigamma()
gammap(): p-variate gamma function
gammap()
distr::igamma()
idigamma(2) Ddigamma(2, 3) Dtrigamma(2, 3) gammap(1:3, 3)
Run the code above in your browser using DataLab