idigamma | R Documentation |
This set of functions revolve around the polygamma functions.
idigamma(x)
Ddigamma(x, y)
Dtrigamma(x, y)
gammap(x, p, log = FALSE)
x , y |
numeric. The points to evaluate the function. |
p |
integer. The p-variate Gamma function. |
log |
logical. Should the logarithm of the result be returned? |
numeric. The evaluated function.
idigamma()
: inverse digamma function.
Ddigamma()
: digamma difference function.
Dtrigamma()
: trigamma difference function.
gammap()
: p-variate gamma function
idigamma(2)
Ddigamma(2, 3)
Dtrigamma(2, 3)
gammap(1:3, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.