Learn R Programming

bzinb (version 1.0.8)

idigamma: Inverse digamma function

Description

inverse of digamma. digamma function is the first derivative of gamma function divided by gamma function.

Usage

idigamma(y)

Arguments

y

a numeric vector.

Author

Hunyong Cho, Chuwen Liu, Jinyoung Park, and Di Wu

Examples

Run this code
idigamma(2)
plot(digamma, 0.1, 3)
plot(idigamma, -10.4, 0.9)

Run the code above in your browser using DataLab