gammadistribution: Create a Gamma Distribution

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

Description

Create a Gamma distribution.

Usage

1
gammadistribution(alpha = 1, beta = 1)

Arguments

alpha

The first parameter of the Gamma distribution: The "shape" parameter.

beta

The second parameter of the Gamma distribution: The "rate" parameter.

Details

The density of the distribution is proportional to

f(x)=x^{α-1}\exp(-β x)

Value

A Gamma probability distribution.

Author(s)

Petter Mostad <mostad@chalmers.se>

See Also

expgamma

Examples

1
2

lestat documentation built on May 2, 2019, 2:09 p.m.