Skip to contents

Makes a distribution belonging to the family of Gamma distributions.

Usage

dst_gamma(shape, rate)

Arguments

shape

Shape parameter; positive.

rate

Rate parameter; positive.

Examples

dst_gamma(2, 1)
#> [1] "gamma"      "parametric" "dst"       
#> 
#>  name :
#> [1] "gamma"