trigammainverse: Inverse Trigamma Function

Description Usage Arguments Details Value Note Author(s) See Also Examples

Description

The inverse of the trigamma function.

Usage

1

Arguments

x

numeric vector or array

Details

The function uses Newton's method with a clever starting value to ensure monotonic convergence.

Value

Numeric vector or array y satisfying trigamma(y)==x.

Note

This function does not accept a data.frame as argument although the base package function trigamma does.

Author(s)

Gordon Smyth

See Also

This function is the inverse of trigamma in the base package.

This function is called by fitFDist.

Examples

1
2

richierocks/limma2 documentation built on May 27, 2019, 8:47 a.m.