dlgamma: Log-Gamma Distribution

Description Usage Arguments Details TODO Author(s)

View source: R/dlgamma.R

Description

Density function for log-gamma distribution with parameters ‘shape’ and ‘scale’.

Usage

1
  dlgamma(x, shape, rate = 1, scale = 1/rate)

Arguments

x

a numeric vector of quantiles.

shape

a shape parameter; must be positive.

rate

a scale parameter; must be positive.

Details

If ‘rate’ is omitted, it assumes the default value is 1.

The log-gamma distribution with parameters ‘shape’ = a and ‘rate’ = 1/scale has density

TODO

Add the definition of Log-Gamma in this page

Author(s)

Chel Hee Lee <gnustats@gmail.com>


ipeglim documentation built on May 2, 2019, 4:31 p.m.