Learn R Programming

LMoFit (version 0.1.6)

dgam: Probability density function of Gamma distribution

Description

Probability density function of Gamma distribution

Usage

dgam(x, para = c(1, 2, 0.5))

Arguments

x

quantile/s

para

parameters as c(shape, scale)

Value

Probability density function

Examples

Run this code
# NOT RUN {
d <- dgam(x = 0.1, para = c(0.1, 0.2))

# }

Run the code above in your browser using DataLab