inverse_digamma | R Documentation |
Calculates the inverse digamma function using Newton–Raphson. Works for y > -500. Uses Newton–Raphson with relative tolerance of eps^0.25.
inverse_digamma(y)
y |
Values to invert. |
The number of iterations are few, 1 for most input values, especially those that are large. The starting value is the lower bound found by Batir (2017).
Batir, N. (2017). Inequalities for the inverses of the polygamma functions. arXiv. http://arxiv.org/abs/1705.06547
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.