Summarizes the expected value, variance, and mode of a Gamma(shape, rate) model for variable \(\lambda\).

summarize_gamma(shape, rate)

Arguments

shape

positive shape parameter of the Gamma model

rate

positive rate parameter of the Gamma model

Value

a summary table

Examples

summarize_gamma(shape = 1, rate = 15)
#>         mean mode         var         sd
#> 1 0.06666667    0 0.004444444 0.06666667