Description Usage Arguments Details Value Note Author(s) See Also Examples
The inverse of the trigamma function.
1 |
x |
numeric vector or array |
The function uses Newton's method with a clever starting value to ensure monotonic convergence.
Numeric vector or array y
satisfying trigamma(y)==x
.
This function does not accept a data.frame as argument although the base package function trigamma
does.
Gordon Smyth
This function is the inverse of trigamma
in the base package.
This function is called by fitFDist
.
1 2 | y <- trigammaInverse(5)
trigamma(y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.