Gamma: Defines a probability space for a gamma distribution. Only...

Description Usage Arguments

View source: R/distributions.R

Description

Defines a probability space for a gamma distribution. Only one of scale or rate should be set. (The scale is the inverse of the rate.)

Usage

1
Gamma(shape, rate = 1, scale = NULL)

Arguments

shape

(double): shape parameter for gamma distribution (often symbolized alpha)

rate

(double): rate parameter for gamma distribution (often symbolized lambda)

scale

(double): scale parameter for gamma distribution (often symbolized beta = 1 / lambda)


hayate0304/Rsymbulate documentation built on May 17, 2019, 8:20 a.m.